Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/lib/
H A Dstrlen.S43 # define CZ ctz
/openbmc/qemu/scripts/
H A Ddecodetree.py229 def ctz(x): function
241 shift = ctz(bits)
/openbmc/qemu/target/riscv/
H A Dinsn32.decode784 ctz 011000 000001 ..... 001 ..... 0010011 @r2
/openbmc/qemu/tcg/tci/
H A Dtcg-target.c.inc760 CASE_32_64(ctz) /* Optional (TCG_TARGET_HAS_ctz_*). */
/openbmc/qemu/docs/devel/
H A Dtcg-ops.rst348 - | *t0* = *t1* ? ctz(*t1*) : *t2*
/openbmc/qemu/tcg/
H A Doptimize.c2875 CASE_OP_32_64(ctz): in tcg_optimize()
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc547 /* all clz/ctz insns belong to DJ-format */
H A Dtcg-insn-defs.c.inc1339 /* Emits the `ctz.w d, j` instruction. */
1353 /* Emits the `ctz.d d, j` instruction. */
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc385 * The ctz test above will have taken care of rotates >= 8.
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc2794 OP_32_64(ctz):