Searched refs:ctz32 (Results 1 – 6 of 6) sorted by relevance
119 static inline int ctz32(uint32_t val) in ctz32() function160 return ctz32(~val); in cto32()179 return cnt + ctz32(val); in ctz64()
590 static UInt ctz32 ( UInt x ) in ctz32() function658 newECX = intRes2 == 0 ? 16 : ctz32(intRes2); in compute_PCMPxSTRx_gen_output()
240 shift = ctz32(imm) & ~1; in encode_imm()441 i = ctz32(arg) & ~1; in tcg_out_movi32()1123 i = ctz32(offset) & ~1; in tcg_out_qemu_ld()1363 i = ctz32(offset) & ~1; in tcg_out_qemu_st()
337 int mmmmssss = (req->nfrags << 16) | ctz32 (req->fragsize); in oss_open()
112 return ctz32(value); in ffs_bit()
1406 tzc = ctz32 (n); in tcg_out_op()1413 tzc = ctz32 (c); in tcg_out_op()