Searched refs:clo32 (Results 1 - 2 of 2) sorted by relevance

/external/qemu/include/qemu/
H A Dhost-utils.h95 * clo32 - count leading ones in a 32-bit value.
100 static inline int clo32(uint32_t val) function
309 # define clol clo32
/external/qemu/target-mips/
H A Dop_helper.c184 return clo32(arg1);

Completed in 248 milliseconds