Searched refs:tcg_gen_mulu2_i32 (Results 1 – 16 of 16) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg-op.h | 387 #define tcg_gen_mulu2_tl tcg_gen_mulu2_i32
|
H A D | tcg-op-common.h | 141 void tcg_gen_mulu2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 arg1, TCGv_i32 arg2);
|
/qemu/tcg/ |
H A D | tcg-op.c | 1155 void tcg_gen_mulu2_i32(TCGv_i32 rl, TCGv_i32 rh, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_mulu2_i32() function 1194 tcg_gen_mulu2_i32(t0, t1, arg1, arg2); in tcg_gen_muls2_i32() 1225 tcg_gen_mulu2_i32(t0, t1, arg1, arg2); in tcg_gen_mulsu2_i32() 1671 tcg_gen_mulu2_i32(TCGV_LOW(t0), TCGV_HIGH(t0), in tcg_gen_mul_i64()
|
/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()
|
/qemu/target/microblaze/ |
H A D | translate.c | 487 tcg_gen_mulu2_i32(tmp, out, ina, inb); in gen_mulhu()
|
/qemu/target/sh4/ |
H A D | translate.c | 786 tcg_gen_mulu2_i32(cpu_macl, cpu_mach, REG(B7_4), REG(B11_8)); in _decode_opc()
|
/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 506 TRANS(MULHWU, do_mulhw, tcg_gen_mulu2_i32)
|
/qemu/target/m68k/ |
H A D | translate.c | 2770 tcg_gen_mulu2_i32(QREG_CC_Z, QREG_CC_N, src1, DREG(ext, 12)); in DISAS_INSN() 2793 tcg_gen_mulu2_i32(QREG_CC_N, QREG_CC_V, src1, DREG(ext, 12)); in DISAS_INSN()
|
/qemu/target/arm/tcg/ |
H A D | translate.c | 4259 tcg_gen_mulu2_i32(t0, t1, t0, t1); in op_mlal() 4308 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()
|
/qemu/target/mips/tcg/ |
H A D | translate.c | 3114 tcg_gen_mulu2_i32(t2, t3, t2, t3); in gen_r6_muldiv() 3300 tcg_gen_mulu2_i32(t2, t3, t2, t3); in gen_muldiv() 3465 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);
|
/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 1880 tcg_gen_mulu2_i32(t, d, a, b);
|
/qemu/target/xtensa/ |
H A D | translate.c | 1894 tcg_gen_mulu2_i32(lo, arg[0].out, arg[1].in, arg[2].in); in translate_mulh()
|
/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 2695 tcg_gen_mulu2_i32(t0, t1, t0, t1);
|
/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 2007 tcg_gen_mulu2_i32(discard, t, a, b);
|