Home
last modified time | relevance | path

Searched refs:tcg_gen_mulu2_i32 (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h373 #define tcg_gen_mulu2_tl tcg_gen_mulu2_i32
H A Dtcg-op-common.h138 void tcg_gen_mulu2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 arg1, TCGv_i32 arg2);
/openbmc/qemu/tcg/
H A Dtcg-op.c1181 void tcg_gen_mulu2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_mulu2_i32() function
1220 tcg_gen_mulu2_i32(t0, t1, arg1, arg2); in tcg_gen_muls2_i32()
1251 tcg_gen_mulu2_i32(t0, t1, arg1, arg2); in tcg_gen_mulsu2_i32()
1715 tcg_gen_mulu2_i32(TCGV_LOW(t0), TCGV_HIGH(t0), in tcg_gen_mul_i64()
/openbmc/qemu/target/rx/
H A Dtranslate.c1221 tcg_gen_mulu2_i32(cpu_regs[a->rd], cpu_regs[(a->rd + 1) & 15], in trans_EMULU_ir()
1236 tcg_gen_mulu2_i32(cpu_regs[a->rd], cpu_regs[(a->rd + 1) & 15], in trans_EMULU_mr()
/openbmc/qemu/target/microblaze/
H A Dtranslate.c503 tcg_gen_mulu2_i32(tmp, out, ina, inb); in gen_mulhu()
/openbmc/qemu/target/sh4/
H A Dtranslate.c791 tcg_gen_mulu2_i32(cpu_macl, cpu_mach, REG(B7_4), REG(B11_8)); in _decode_opc()
/openbmc/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc506 TRANS(MULHWU, do_mulhw, tcg_gen_mulu2_i32)
/openbmc/qemu/target/m68k/
H A Dtranslate.c2769 tcg_gen_mulu2_i32(QREG_CC_Z, QREG_CC_N, src1, DREG(ext, 12)); in DISAS_INSN()
2792 tcg_gen_mulu2_i32(QREG_CC_N, QREG_CC_V, src1, DREG(ext, 12)); in DISAS_INSN()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c4269 tcg_gen_mulu2_i32(t0, t1, t0, t1); in op_mlal()
4318 tcg_gen_mulu2_i32(t0, t1, t0, t1); in trans_UMAAL()
H A Dtranslate-neon.c1805 tcg_gen_mulu2_i32(lo, hi, rn, rm); in gen_mull_u32()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c3113 tcg_gen_mulu2_i32(t2, t3, t2, t3); in gen_r6_muldiv()
3299 tcg_gen_mulu2_i32(t2, t3, t2, t3); in gen_muldiv()
3464 tcg_gen_mulu2_i32(t2, t3, t2, t3); in gen_mul_txx9()
H A Dnanomips_translate.c.inc1892 tcg_gen_mulu2_i32(t2, t3, t2, t3);
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate_vx.c.inc1880 tcg_gen_mulu2_i32(t, d, a, b);
/openbmc/qemu/target/xtensa/
H A Dtranslate.c1893 tcg_gen_mulu2_i32(lo, arg[0].out, arg[1].in, arg[2].in); in translate_mulh()
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc2675 tcg_gen_mulu2_i32(s->tmp2_i32, s->tmp3_i32,
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc2007 tcg_gen_mulu2_i32(discard, t, a, b);