Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg-op.h374 #define tcg_gen_muls2_tl tcg_gen_muls2_i32
H A Dtcg-op-common.h139 void tcg_gen_muls2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 arg1, TCGv_i32 arg2);
/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc474 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)
/qemu/target/rx/
H A Dtranslate.c1193 tcg_gen_muls2_i32(cpu_regs[a->rd], cpu_regs[(a->rd + 1) & 15], in trans_EMUL_ir()
1208 tcg_gen_muls2_i32(cpu_regs[a->rd], cpu_regs[(a->rd + 1) & 15], in trans_EMUL_mr()
/qemu/target/microblaze/
H A Dtranslate.c497 tcg_gen_muls2_i32(tmp, out, ina, inb); in gen_mulh()
/qemu/target/arm/tcg/
H A Dtranslate.c4268 tcg_gen_muls2_i32(t0, t1, t0, t1); in op_mlal()
4453 tcg_gen_muls2_i32(t0, t1, t0, t1); in op_smlawx()
6159 tcg_gen_muls2_i32(t2, t1, t1, t2); in op_smmla()
H A Dtranslate-neon.c1891 tcg_gen_muls2_i32(lo, hi, rn, rm); in gen_mull_s32()
/qemu/target/sh4/
H A Dtranslate.c788 tcg_gen_muls2_i32(cpu_macl, cpu_mach, REG(B7_4), REG(B11_8)); in _decode_opc()
/qemu/target/m68k/
H A Dtranslate.c2762 tcg_gen_muls2_i32(QREG_CC_Z, QREG_CC_N, src1, DREG(ext, 12)); in DISAS_INSN()
2781 tcg_gen_muls2_i32(QREG_CC_N, QREG_CC_V, src1, DREG(ext, 12)); in DISAS_INSN()
/qemu/tcg/
H A Dtcg-op.c1198 void tcg_gen_muls2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_muls2_i32() function
/qemu/target/mips/tcg/
H A Dtranslate.c3124 tcg_gen_muls2_i32(t2, t3, t2, t3); in gen_r6_muldiv()
3325 tcg_gen_muls2_i32(t2, t3, t2, t3); in gen_muldiv()
3486 tcg_gen_muls2_i32(t2, t3, t2, t3); in gen_mul_txx9()
H A Dnanomips_translate.c.inc1843 tcg_gen_muls2_i32(t2, t3, t2, t3);
/qemu/target/s390x/tcg/
H A Dtranslate_vx.c.inc1873 tcg_gen_muls2_i32(t, d, a, b);
/qemu/target/xtensa/
H A Dtranslate.c1891 tcg_gen_muls2_i32(lo, arg[0].out, arg[1].in, arg[2].in); in translate_mulh()
/qemu/target/i386/tcg/
H A Demit.c.inc1853 tcg_gen_muls2_i32(lo, hi, lo, hi);
/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc1959 tcg_gen_muls2_i32(discard, t, a, b);