Home
last modified time | relevance | path

Searched refs:tcg_gen_clzi_tl (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h238 #define tcg_gen_clzi_tl tcg_gen_clzi_i64 macro
356 #define tcg_gen_clzi_tl tcg_gen_clzi_i32
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvb.c.inc59 tcg_gen_clzi_tl(ret, arg1, TARGET_LONG_BITS);
66 tcg_gen_clzi_tl(ret, t, 32);
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_bit.c.inc63 tcg_gen_clzi_tl(dest, src1, TARGET_LONG_BITS);
/openbmc/qemu/target/openrisc/
H A Dtranslate.c536 tcg_gen_clzi_tl(cpu_R(dc, a->d), cpu_R(dc, a->a), TARGET_LONG_BITS); in trans_l_fl1()
/openbmc/qemu/target/tricore/
H A Dtranslate.c5938 tcg_gen_clzi_tl(cpu_gpr_d[r3], cpu_gpr_d[r3], TARGET_LONG_BITS); in decode_rr_logical_shift()
5950 tcg_gen_clzi_tl(cpu_gpr_d[r3], cpu_gpr_d[r1], TARGET_LONG_BITS); in decode_rr_logical_shift()
/openbmc/qemu/target/sparc/
H A Dtranslate.c710 tcg_gen_clzi_tl(dst, src, TARGET_LONG_BITS); in gen_op_lzcnt()
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc2482 tcg_gen_clzi_tl(s->T0, s->T0, TARGET_LONG_BITS);
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c3550 tcg_gen_clzi_tl(t0, t0, TARGET_LONG_BITS); in gen_cl()