Age | Commit message (Expand) | Author | Files | Lines |
2017-01-31 | host-utils: Implement unsigned quadword left/right shift and unit tests | Jose Ricardo Ziviani | 1 | -0/+27 |
2017-01-10 | qemu/host-utils.h: Reduce the operation count in the fallback ctpop | Richard Henderson | 1 | -14/+11 |
2016-07-12 | Clean up decorations and whitespace around header guards | Markus Armbruster | 1 | -1/+2 |
2016-06-07 | host-utils: Prefer 'false' for bool type | Eric Blake | 1 | -1/+1 |
2016-02-23 | include: Clean up includes | Peter Maydell | 1 | -3/+0 |
2015-09-15 | host-utils: Add revbit functions | Richard Henderson | 1 | -0/+77 |
2015-09-07 | Make pow2ceil() and pow2floor() inline | Peter Maydell | 1 | -0/+33 |
2015-08-19 | qemu-common.h: Move muldiv64() to host-utils.h | Peter Maydell | 1 | -0/+29 |
2014-03-05 | target-ppc: Add ISA2.06 divde[o] Instructions | Tom Musta | 1 | -0/+14 |
2014-03-05 | target-ppc: Add ISA2.06 divdeu[o] Instructions | Tom Musta | 1 | -0/+14 |
2014-03-02 | include/qemu/host-utils.h: Trivial typo: ctz->cto | Dr. David Alan Gilbert | 1 | -1/+1 |
2013-12-17 | host-utils: add clrsb32/64 - count leading redundant sign bits | Claudio Fontana | 1 | -0/+32 |
2013-02-17 | host-utils: Use __int128_t for mul[us]64 | Richard Henderson | 1 | -9/+8 |
2013-02-16 | host-utils: Fix coding style and add comments | Richard Henderson | 1 | -18/+82 |
2013-02-16 | host-utils: Add host long specific aliases for clz, ctz, ctpop | Richard Henderson | 1 | -0/+19 |
2013-02-02 | bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl | Paolo Bonzini | 1 | -26/+0 |
2013-01-25 | host-utils: add ffsl | Paolo Bonzini | 1 | -0/+26 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -0/+240 |