Home
last modified time | relevance | path

Searched refs:ctz32 (Results 1 – 8 of 8) sorted by relevance

/external/qemu/include/qemu/
Dhost-utils.h147 static inline int ctz32(uint32_t val) in ctz32() function
192 return ctz32(~val); in cto32()
215 return cnt + ctz32(val); in ctz64()
308 # define ctzl ctz32
/external/valgrind/main/VEX/priv/
Dguest_generic_x87.c590 static UInt ctz32 ( UInt x ) in ctz32() function
670 newECX = intRes2 == 0 ? 16 : ctz32(intRes2); in compute_PCMPxSTRx_gen_output()
738 newECX = intRes2 == 0 ? 8 : ctz32(intRes2); in compute_PCMPxSTRx_gen_output_wide()
/external/valgrind/main/none/tests/amd64/
Dpcmpstr64w.c68 UInt ctz32 ( UInt x ) in ctz32() function
154 newECX = intRes2 == 0 ? 8 : ctz32(intRes2); in PCMPxSTRx_WRK_gen_output_fmt_I_wide()
Dpcmpstr64.c66 UInt ctz32 ( UInt x ) in ctz32() function
152 newECX = intRes2 == 0 ? 16 : ctz32(intRes2); in pcmpXstrX_WRK_gen_output_fmt_I()
/external/qemu/audio/
Dossaudio.c337 int mmmmssss = (req->nfrags << 16) | ctz32 (req->fragsize); in oss_open()
/external/qemu/hw/intc/
Dapic.c112 return ctz32(value); in ffs_bit()
/external/qemu/target-i386/
Dops_sse.h2075 env->regs[R_ECX] = (ctrl & (1 << 6)) ? 31 - clz32(res) : ctz32(res); in glue()
2113 env->regs[R_ECX] = (ctrl & (1 << 6)) ? 31 - clz32(res) : ctz32(res); in glue()
Dtranslate.c69 # define ctztl ctz32