Home
last modified time | relevance | path

Searched refs:ctz (Results 1 – 6 of 6) sorted by relevance

/qemu/include/tcg/
H A Dtcg-opc.h51 DEF(ctz, 1, 2, 0, TCG_OPF_INT)
/qemu/scripts/
H A Ddecodetree.py229 def ctz(x): function
241 shift = ctz(bits)
/qemu/docs/devel/
H A Dtcg-ops.rst365 * - ctz *t0*, *t1*, *t2*
367 - | *t0* = *t1* ? ctz(*t1*) : *t2*
/qemu/target/riscv/
H A Dinsn32.decode787 ctz 011000 000001 ..... 001 ..... 0010011 @r2
/qemu/tcg/loongarch64/
H A Dtcg-insn-defs.c.inc1339 /* Emits the `ctz.w d, j` instruction. */
1353 /* Emits the `ctz.d d, j` instruction. */
/qemu/tcg/arm/
H A Dtcg-target.c.inc393 * The ctz test above will have taken care of rotates >= 8.