summaryrefslogtreecommitdiff
path: root/include/qemu/host-utils.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-18pci/shpc: Move function to generic header fileYuval Shaia1-0/+10
2017-09-06host-utils: Simplify pow2ceil()Markus Armbruster1-9/+14
2017-09-06host-utils: Proactively fix pow2floor(), switch to unsignedMarkus Armbruster1-5/+8
2017-04-20Drop QEMU_GNUC_PREREQ() checks for gcc older than 4.1Peter Maydell1-121/+0
2017-01-31host-utils: Implement unsigned quadword left/right shift and unit testsJose Ricardo Ziviani1-0/+27
2017-01-10qemu/host-utils.h: Reduce the operation count in the fallback ctpopRichard Henderson1-14/+11
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+2
2016-06-07host-utils: Prefer 'false' for bool typeEric Blake1-1/+1
2016-02-23include: Clean up includesPeter Maydell1-3/+0
2015-09-15host-utils: Add revbit functionsRichard Henderson1-0/+77
2015-09-07Make pow2ceil() and pow2floor() inlinePeter Maydell1-0/+33
2015-08-19qemu-common.h: Move muldiv64() to host-utils.hPeter Maydell1-0/+29
2014-03-05target-ppc: Add ISA2.06 divde[o] InstructionsTom Musta1-0/+14
2014-03-05target-ppc: Add ISA2.06 divdeu[o] InstructionsTom Musta1-0/+14
2014-03-02include/qemu/host-utils.h: Trivial typo: ctz->ctoDr. David Alan Gilbert1-1/+1
2013-12-17host-utils: add clrsb32/64 - count leading redundant sign bitsClaudio Fontana1-0/+32
2013-02-17host-utils: Use __int128_t for mul[us]64Richard Henderson1-9/+8
2013-02-16host-utils: Fix coding style and add commentsRichard Henderson1-18/+82
2013-02-16host-utils: Add host long specific aliases for clz, ctz, ctpopRichard Henderson1-0/+19
2013-02-02bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzlPaolo Bonzini1-26/+0
2013-01-25host-utils: add ffslPaolo Bonzini1-0/+26
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-0/+240