Home
last modified time | relevance | path

Searched refs:tcg_gen_muli_tl (Results 1 – 5 of 5) sorted by relevance

/qemu/include/tcg/
H A Dtcg-op.h204 #define tcg_gen_muli_tl tcg_gen_muli_i64 macro
324 #define tcg_gen_muli_tl tcg_gen_muli_i32
/qemu/target/riscv/insn_trans/
H A Dtrans_rvb.c.inc327 tcg_gen_muli_tl(ret, tmp, 0xff);
/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc444 tcg_gen_muli_tl(cpu_gpr[a->rt], cpu_gpr[a->ra], a->si);
1277 tcg_gen_muli_tl(cpu_gpr[a->rt], carryl, 6);
/qemu/target/sparc/
H A Dtranslate.c3709 TRANS(MULX, 64, do_arith, a, tcg_gen_mul_tl, tcg_gen_muli_tl, NULL) in TRANS()
/qemu/target/tricore/
H A Dtranslate.c2352 tcg_gen_muli_tl(temp, temp, 0x8001); in gen_mulr_q()