Searched refs:clz32 (Results 1 – 9 of 9) sorted by relevance
52 static inline int clz32(uint32_t val) in clz32() function91 return clz32(~val); in clo32()110 return cnt + clz32(val); in clz64()
116 return 32 - clz32(i); in qemu_fls()
566 static UInt clz32 ( UInt x ) in clz32() function592 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()
41 UInt clz32 ( UInt x ) in clz32() function67 return 32 - clz32((~x) & (x-1)); in ctz32()148 newECX = intRes2 == 0 ? 16 : (31 - clz32(intRes2)); in pcmpXstrX_WRK_gen_output_fmt_I()
44 UInt clz32 ( UInt x ) in clz32() function70 return 32 - clz32((~x) & (x-1)); in ctz32()151 newECX = intRes2 == 0 ? 8 : (31 - clz32(intRes2)); in PCMPxSTRx_WRK_gen_output_fmt_I_wide()
106 return 31 - clz32(value); in fls_bit()
1405 lzc = clz32 (n); in tcg_out_op()1412 lzc = clz32 (c); in tcg_out_op()
535 return clz32(x); in HELPER()
128 return clz32(arg1); in helper_clz()