Searched refs:ctz32 (Results 1 – 8 of 8) sorted by relevance
147 static inline int ctz32(uint32_t val) in ctz32() function192 return ctz32(~val); in cto32()215 return cnt + ctz32(val); in ctz64()308 # define ctzl ctz32
590 static UInt ctz32 ( UInt x ) in ctz32() function670 newECX = intRes2 == 0 ? 16 : ctz32(intRes2); in compute_PCMPxSTRx_gen_output()738 newECX = intRes2 == 0 ? 8 : ctz32(intRes2); in compute_PCMPxSTRx_gen_output_wide()
68 UInt ctz32 ( UInt x ) in ctz32() function154 newECX = intRes2 == 0 ? 8 : ctz32(intRes2); in PCMPxSTRx_WRK_gen_output_fmt_I_wide()
66 UInt ctz32 ( UInt x ) in ctz32() function152 newECX = intRes2 == 0 ? 16 : ctz32(intRes2); in pcmpXstrX_WRK_gen_output_fmt_I()
337 int mmmmssss = (req->nfrags << 16) | ctz32 (req->fragsize); in oss_open()
112 return ctz32(value); in ffs_bit()
2075 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()
69 # define ctztl ctz32