/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 374 #define tcg_gen_muls2_tl tcg_gen_muls2_i32
|
H A D | tcg-op-common.h | 139 void tcg_gen_muls2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 arg1, TCGv_i32 arg2);
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 474 tcg_gen_muls2_i32(cpu_gpr[a->rt], t1, cpu_gpr[a->ra], cpu_gpr[a->rb]); 505 TRANS(MULHW, do_mulhw, tcg_gen_muls2_i32)
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | 1194 tcg_gen_muls2_i32(cpu_regs[a->rd], cpu_regs[(a->rd + 1) & 15], in trans_EMUL_ir() 1209 tcg_gen_muls2_i32(cpu_regs[a->rd], cpu_regs[(a->rd + 1) & 15], in trans_EMUL_mr()
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 497 tcg_gen_muls2_i32(tmp, out, ina, inb); in gen_mulh()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 4271 tcg_gen_muls2_i32(t0, t1, t0, t1); in op_mlal() 4456 tcg_gen_muls2_i32(t0, t1, t0, t1); in op_smlawx() 6162 tcg_gen_muls2_i32(t2, t1, t1, t2); in op_smmla()
|
H A D | translate-neon.c | 1796 tcg_gen_muls2_i32(lo, hi, rn, rm); in gen_mull_s32()
|
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 788 tcg_gen_muls2_i32(cpu_macl, cpu_mach, REG(B7_4), REG(B11_8)); in _decode_opc()
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 2767 tcg_gen_muls2_i32(QREG_CC_Z, QREG_CC_N, src1, DREG(ext, 12)); in DISAS_INSN() 2786 tcg_gen_muls2_i32(QREG_CC_N, QREG_CC_V, src1, DREG(ext, 12)); in DISAS_INSN()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1205 void tcg_gen_muls2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_muls2_i32() function
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 3093 tcg_gen_muls2_i32(t2, t3, t2, t3); in gen_r6_muldiv() 3288 tcg_gen_muls2_i32(t2, t3, t2, t3); in gen_muldiv() 3447 tcg_gen_muls2_i32(t2, t3, t2, t3); in gen_mul_txx9()
|
H A D | nanomips_translate.c.inc | 1837 tcg_gen_muls2_i32(t2, t3, t2, t3);
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 1873 tcg_gen_muls2_i32(t, d, a, b);
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 1891 tcg_gen_muls2_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 | 2092 tcg_gen_muls2_i32(lo, hi, lo, hi);
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 1959 tcg_gen_muls2_i32(discard, t, a, b);
|