Home
last modified time | relevance | path

Searched refs:tcg_gen_mulu2_tl (Results 1 – 9 of 9) sorted by relevance

/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc35 tcg_gen_mulu2_tl(r0, r1, al, bl);
37 tcg_gen_mulu2_tl(tmpl, tmph, al, bh);
39 tcg_gen_mulu2_tl(tmpl, tmph, ah, bl);
46 tcg_gen_mulu2_tl(tmpl, tmph, ah, bh);
58 tcg_gen_mulu2_tl(rl, rh, rs1l, rs2l);
59 tcg_gen_mulu2_tl(tmpl, tmph, rs1l, rs2h);
61 tcg_gen_mulu2_tl(tmpl, tmph, rs1h, rs2l);
129 tcg_gen_mulu2_tl(rl, rh, arg1, arg2);
158 tcg_gen_mulu2_tl(discard, ret, s1, s2);
/qemu/include/tcg/
H A Dtcg-op.h255 #define tcg_gen_mulu2_tl tcg_gen_mulu2_i64 macro
373 #define tcg_gen_mulu2_tl tcg_gen_mulu2_i32
/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_arith.c.inc108 tcg_gen_mulu2_tl(discard, dest, src1, src2);
/qemu/target/cris/
H A Dtranslate.c690 tcg_gen_mulu2_tl(dst, cpu_PR[PR_MOF], a, b); in cris_alu_op_exec()
/qemu/target/i386/tcg/
H A Demit.c.inc2203 tcg_gen_mulu2_tl(cpu_regs[R_EAX], cpu_regs[R_EDX], s->T0, s->T1);
2233 tcg_gen_mulu2_tl(cpu_regs[s->vex_v], s->T0, s->T0, s->T1);
/qemu/target/mips/tcg/
H A Dmxu_translate.c975 tcg_gen_mulu2_tl(t0, t1, t0, t1); in gen_mxu_s32mul()
/qemu/target/sparc/
H A Dtranslate.c528 tcg_gen_mulu2_tl(dst, cpu_y, src1, src2); in gen_op_multiply()
/qemu/target/ppc/
H A Dtranslate.c2050 tcg_gen_mulu2_tl(lo, cpu_gpr[rD(ctx->opcode)], in gen_mulhdu()
/qemu/target/tricore/
H A Dtranslate.c2217 tcg_gen_mulu2_tl(ret_low, ret_high, r1, r2); in gen_mul_i64u()