Home
last modified time | relevance | path

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

/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_shift.c.inc90 TRANS(rotri_d, 64, gen_rri_c, EXT_NONE, EXT_NONE, tcg_gen_rotri_tl)
H A Dtrans_bit.c.inc164 tcg_gen_rotri_tl(dest, t0, 32);
/openbmc/qemu/include/tcg/
H A Dtcg-op.h245 #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 Dtrans_rvb.c.inc269 tcg_gen_rotri_tl, gen_roriw, NULL);
H A Dtrans_xthead.c.inc145 tcg_gen_rotri_tl, gen_roriw, NULL);
/openbmc/qemu/target/openrisc/
H A Dtranslate.c917 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 Dtranslate.c2514 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 Demit.c.inc3734 tcg_gen_rotri_tl(s->T0, s->T0, b);