Searched refs:tcg_gen_clzi_tl (Results 1 – 8 of 8) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg-op.h | 250 #define tcg_gen_clzi_tl tcg_gen_clzi_i64 macro 369 #define tcg_gen_clzi_tl tcg_gen_clzi_i32
|
/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);
|
/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_bit.c.inc | 63 tcg_gen_clzi_tl(dest, src1, TARGET_LONG_BITS);
|
/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()
|
/qemu/target/tricore/ |
H A D | translate.c | 5935 tcg_gen_clzi_tl(cpu_gpr_d[r3], cpu_gpr_d[r3], TARGET_LONG_BITS); in decode_rr_logical_shift() 5947 tcg_gen_clzi_tl(cpu_gpr_d[r3], cpu_gpr_d[r1], TARGET_LONG_BITS); in decode_rr_logical_shift()
|
/qemu/target/sparc/ |
H A D | translate.c | 704 tcg_gen_clzi_tl(dst, src, TARGET_LONG_BITS); in gen_op_lzcnt()
|
/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 2500 tcg_gen_clzi_tl(s->T0, s->T0, TARGET_LONG_BITS);
|
/qemu/target/mips/tcg/ |
H A D | translate.c | 3551 tcg_gen_clzi_tl(t0, t0, TARGET_LONG_BITS); in gen_cl()
|