Searched refs:ctz (Results 1 – 10 of 10) sorted by relevance
43 # define CZ ctz
229 def ctz(x): function241 shift = ctz(bits)
784 ctz 011000 000001 ..... 001 ..... 0010011 @r2
760 CASE_32_64(ctz) /* Optional (TCG_TARGET_HAS_ctz_*). */
348 - | *t0* = *t1* ? ctz(*t1*) : *t2*
2875 CASE_OP_32_64(ctz): in tcg_optimize()
547 /* all clz/ctz insns belong to DJ-format */
1339 /* Emits the `ctz.w d, j` instruction. */1353 /* Emits the `ctz.d d, j` instruction. */
385 * The ctz test above will have taken care of rotates >= 8.
2794 OP_32_64(ctz):