Searched refs:tcg_gen_muli_tl (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 204 #define tcg_gen_muli_tl tcg_gen_muli_i64 macro 324 #define tcg_gen_muli_tl tcg_gen_muli_i32
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvb.c.inc | 327 tcg_gen_muli_tl(ret, tmp, 0xff);
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 444 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);
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 3744 TRANS(MULX, 64, do_arith, a, tcg_gen_mul_tl, tcg_gen_muli_tl, NULL) in TRANS()
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 2352 tcg_gen_muli_tl(temp, temp, 0x8001); in gen_mulr_q()
|