Searched refs:tcg_gen_clzi_tl (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 238 #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 D | trans_rvb.c.inc | 59 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 D | trans_bit.c.inc | 63 tcg_gen_clzi_tl(dest, src1, TARGET_LONG_BITS);
|
/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 536 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 D | translate.c | 5938 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 D | translate.c | 710 tcg_gen_clzi_tl(dst, src, TARGET_LONG_BITS); in gen_op_lzcnt()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 2482 tcg_gen_clzi_tl(s->T0, s->T0, TARGET_LONG_BITS);
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 3550 tcg_gen_clzi_tl(t0, t0, TARGET_LONG_BITS); in gen_cl()
|