aboutsummaryrefslogtreecommitdiffstats
path: root/host-utils.h
AgeCommit message (Expand)AuthorFilesLines
2009-08-16user: compile host-utils.c only onceBlue Swirl1-16/+16
2008-11-12Include <strings.h> for ffs().balrog1-24/+24
2008-10-12Define macro QEMU_GNUC_PREREQ and use itaurel321-6/+6
2008-10-12Only use __builtin_* with GCC >= 3.4aurel321-6/+6
2008-10-12Optimize some host-utils function with gcc builtinsaurel321-4/+36
2008-06-05Fix always_inline definition for Darwin, by Andreas Faerber.ths1-0/+2
2007-12-18Code formatting.ths1-1/+1
2007-11-05Fix muls64 prototype to match the actual implementation.j_mayer1-1/+1
2007-11-04For consistency, move muls64 / mulu64 prototypes to host-utils.hj_mayer1-26/+27
2007-10-28Add shared ctz32, cto32, ctz64, cto64,j_mayer1-0/+97
2007-10-27Add sharable clz/clo inline functions and use them for the mips target.ths1-0/+104