Home
last modified time | relevance | path

Searched refs:clz32 (Results 1 – 9 of 9) sorted by relevance

/external/qemu/
Dhost-utils.h52 static inline int clz32(uint32_t val) in clz32() function
91 return clz32(~val); in clo32()
110 return cnt + clz32(val); in clz64()
Dcutils.c116 return 32 - clz32(i); in qemu_fls()
/external/valgrind/main/VEX/priv/
Dguest_generic_x87.c566 static UInt clz32 ( UInt x ) in clz32() function
592 return 32 - clz32((~x) & (x-1)); in ctz32()
667 newECX = intRes2 == 0 ? 16 : (31 - clz32(intRes2)); in compute_PCMPxSTRx_gen_output()
735 newECX = intRes2 == 0 ? 8 : (31 - clz32(intRes2)); in compute_PCMPxSTRx_gen_output_wide()
/external/valgrind/main/none/tests/amd64/
Dpcmpstr64.c41 UInt clz32 ( UInt x ) in clz32() function
67 return 32 - clz32((~x) & (x-1)); in ctz32()
148 newECX = intRes2 == 0 ? 16 : (31 - clz32(intRes2)); in pcmpXstrX_WRK_gen_output_fmt_I()
Dpcmpstr64w.c44 UInt clz32 ( UInt x ) in clz32() function
70 return 32 - clz32((~x) & (x-1)); in ctz32()
151 newECX = intRes2 == 0 ? 8 : (31 - clz32(intRes2)); in PCMPxSTRx_WRK_gen_output_fmt_I_wide()
/external/qemu/hw/
Dapic.c106 return 31 - clz32(value); in fls_bit()
/external/qemu/tcg/ppc/
Dtcg-target.c1405 lzc = clz32 (n); in tcg_out_op()
1412 lzc = clz32 (c); in tcg_out_op()
/external/qemu/target-arm/
Dhelper.c535 return clz32(x); in HELPER()
/external/qemu/target-mips/
Dop_helper.c128 return clz32(arg1); in helper_clz()