aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/bitops.h
AgeCommit message (Expand)Author
2015-06-05bitmap: add atomic set functionsStefan Hajnoczi
2015-04-30bitops : fix coding styleChih-Min Chao
2015-03-11bitops.h: sextract64() return type should be int64_t, not uint64_tpull-target-arm-20150311Peter Maydell
2014-11-02bitops.h: Don't include qemu-common.hEduardo Habkost
2014-06-18bitops: provide an inline implementation of find_first_bitAurelien Jarno
2014-01-13bitmap: use long as indexJuan Quintela
2013-09-25bitops: Add rotate functions (rol8, ror8, ...)Stefan Weil
2013-07-22bitops: Provide sextract32() and sextract64()Peter Maydell
2013-02-16bitops: Remove routines redundant with host-utilsRichard Henderson
2013-02-16bitops: Write bitops_flsl in terms of clzlRichard Henderson
2013-02-02bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzlPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini