Searched refs:tcg_gen_rotri_tl (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_shift.c.inc | 90 TRANS(rotri_d, 64, gen_rri_c, EXT_NONE, EXT_NONE, tcg_gen_rotri_tl)
|
H A D | trans_bit.c.inc | 164 tcg_gen_rotri_tl(dest, t0, 32);
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 245 #define tcg_gen_rotri_tl tcg_gen_rotri_i64 macro 363 #define tcg_gen_rotri_tl tcg_gen_rotri_i32
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvb.c.inc | 269 tcg_gen_rotri_tl, gen_roriw, NULL);
|
H A D | trans_xthead.c.inc | 145 tcg_gen_rotri_tl, gen_roriw, NULL);
|
/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 917 tcg_gen_rotri_tl(cpu_R(dc, a->d), cpu_R(dc, a->a), in trans_l_rori()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 2514 tcg_gen_rotri_tl(cpu_gpr[rt], t0, uimm); in gen_shift_imm() 2529 tcg_gen_rotri_tl(cpu_gpr[rt], t0, uimm + 32); in gen_shift_imm()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 3734 tcg_gen_rotri_tl(s->T0, s->T0, b);
|