/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 373 #define tcg_gen_mulu2_tl tcg_gen_mulu2_i32
|
H A D | tcg-op-common.h | 138 void tcg_gen_mulu2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 arg1, TCGv_i32 arg2);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1181 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 D | translate.c | 1221 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 D | translate.c | 503 tcg_gen_mulu2_i32(tmp, out, ina, inb); in gen_mulhu()
|
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 791 tcg_gen_mulu2_i32(cpu_macl, cpu_mach, REG(B7_4), REG(B11_8)); in _decode_opc()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 506 TRANS(MULHWU, do_mulhw, tcg_gen_mulu2_i32)
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 2769 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 D | translate.c | 4269 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 D | translate-neon.c | 1805 tcg_gen_mulu2_i32(lo, hi, rn, rm); in gen_mull_u32()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 3113 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 D | nanomips_translate.c.inc | 1892 tcg_gen_mulu2_i32(t2, t3, t2, t3);
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 1880 tcg_gen_mulu2_i32(t, d, a, b);
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 1893 tcg_gen_mulu2_i32(lo, arg[0].out, arg[1].in, arg[2].in); in translate_mulh()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 2675 tcg_gen_mulu2_i32(s->tmp2_i32, s->tmp3_i32,
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 2007 tcg_gen_mulu2_i32(discard, t, a, b);
|