Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dmxu_translate.c1156 tcg_gen_sub_tl(t2, t1, t2); in gen_mxu_d16mac()
1159 tcg_gen_sub_tl(t3, t0, t3); in gen_mxu_d16mac()
1163 tcg_gen_sub_tl(t3, t0, t3); in gen_mxu_d16mac()
1164 tcg_gen_sub_tl(t2, t1, t2); in gen_mxu_d16mac()
1276 tcg_gen_sub_tl(t2, t0, t2); in gen_mxu_d16madl()
1279 tcg_gen_sub_tl(t3, t1, t3); in gen_mxu_d16madl()
1283 tcg_gen_sub_tl(t3, t1, t3); in gen_mxu_d16madl()
1284 tcg_gen_sub_tl(t2, t0, t2); in gen_mxu_d16madl()
1347 tcg_gen_sub_tl(t1, t1, t0); in gen_mxu_s16mad()
3718 tcg_gen_sub_tl(t2, t4, t2); in gen_mxu_s32extrv()
[all …]
H A Dtranslate.c2618 tcg_gen_sub_tl(t0, t1, t2); in gen_arith()
2635 tcg_gen_sub_tl(cpu_gpr[rd], cpu_gpr[rs], cpu_gpr[rt]); in gen_arith()
2687 tcg_gen_sub_tl(t0, t1, t2); in gen_arith()
2703 tcg_gen_sub_tl(cpu_gpr[rd], cpu_gpr[rs], cpu_gpr[rt]); in gen_arith()
/qemu/target/avr/
H A Dtranslate.c384 tcg_gen_sub_tl(R, Rd, Rr); /* R = Rd - Rr */ in trans_SUB()
409 tcg_gen_sub_tl(R, Rd, Rr); /* R = Rd - Imm */ in trans_SUBI()
433 tcg_gen_sub_tl(R, Rd, Rr); /* R = Rd - Rr - Cf */ in trans_SBC()
434 tcg_gen_sub_tl(R, R, cpu_Cf); in trans_SBC()
463 tcg_gen_sub_tl(R, Rd, Rr); /* R = Rd - Rr - Cf */ in trans_SBCI()
464 tcg_gen_sub_tl(R, R, cpu_Cf); in trans_SBCI()
646 tcg_gen_sub_tl(R, t0, Rd); /* R = 0 - Rd */ in trans_NEG()
1197 tcg_gen_sub_tl(R, Rd, Rr); /* R = Rd - Rr */ in trans_CP()
1219 tcg_gen_sub_tl(R, Rd, Rr); /* R = Rd - Rr - Cf */ in trans_CPC()
1220 tcg_gen_sub_tl(R, R, cpu_Cf); in trans_CPC()
[all …]
/qemu/include/tcg/
H A Dtcg-op.h179 #define tcg_gen_sub_tl tcg_gen_sub_i64 macro
299 #define tcg_gen_sub_tl tcg_gen_sub_i32
/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_arith.c.inc265 TRANS(sub_w, ALL, gen_rrr, EXT_NONE, EXT_NONE, EXT_SIGN, tcg_gen_sub_tl)
266 TRANS(sub_d, 64, gen_rrr, EXT_NONE, EXT_NONE, EXT_NONE, tcg_gen_sub_tl)
/qemu/target/cris/
H A Dtranslate.c269 tcg_gen_sub_tl(t0, t_31, b); in t_gen_lsl()
284 tcg_gen_sub_tl(t0, t_31, b); in t_gen_lsr()
299 tcg_gen_sub_tl(t0, t_31, b); in t_gen_asr()
314 tcg_gen_sub_tl(t, d, b); in t_gen_cris_dstep()
370 tcg_gen_sub_tl(d, d, c); in t_gen_subx_carry()
653 tcg_gen_sub_tl(dst, a, b); in cris_alu_op_exec()
702 tcg_gen_sub_tl(dst, a, b); in cris_alu_op_exec()
H A Dtranslate_v10.c.inc477 tcg_gen_sub_tl(t0, cpu_R[dc->dst], t0);
/qemu/target/tricore/
H A Dtranslate.c1045 tcg_gen_sub_tl(temp, temp, temp2); in gen_m16add32_q()
1062 tcg_gen_sub_tl(temp, temp, temp2); in gen_m16adds32_q()
1084 tcg_gen_sub_tl(temp, temp, temp2); in gen_m16add64_q()
1422 tcg_gen_sub_tl(result, r1, r2); in gen_sub_d()
1469 tcg_gen_sub_tl(result, r1, r2); in gen_sub_CC()
1507 tcg_gen_sub_tl(result, r1, r2); in gen_cond_sub()
1551 tcg_gen_sub_tl, tcg_gen_sub_tl); in gen_msub_h()
2135 tcg_gen_sub_tl(result, r1, r2); in gen_absdif()
2136 tcg_gen_sub_tl(temp, r2, r1); in gen_absdif()
2329 tcg_gen_sub_tl(ret, ret, temp); in gen_mul_q_16()
[all …]
/qemu/target/riscv/insn_trans/
H A Dtrans_xthead.c.inc532 return gen_th_mac(ctx, a, tcg_gen_sub_tl, NULL);
540 return gen_th_mac(ctx, a, tcg_gen_sub_tl, tcg_gen_ext16s_tl);
549 return gen_th_mac(ctx, a, tcg_gen_sub_tl, NULL);
H A Dtrans_rvi.c.inc422 return gen_arith(ctx, a, EXT_NONE, tcg_gen_sub_tl, NULL);
558 return gen_arith(ctx, a, EXT_NONE, tcg_gen_sub_tl, tcg_gen_sub2_tl);
743 return gen_arith(ctx, a, EXT_NONE, tcg_gen_sub_tl, NULL);
H A Dtrans_rvm.c.inc133 tcg_gen_sub_tl(ret, rh, rl);
/qemu/target/i386/tcg/
H A Demit.c.inc1459 tcg_gen_sub_tl(s->T0, s->cc_srcT, cmpv);
1729 tcg_gen_sub_tl(s->T1, s->T1, cc_src_rhs);
1787 tcg_gen_sub_tl(s->T1, s->T1, cc_src_rhs);
3321 tcg_gen_sub_tl(s->T0, s->T0, s->T1);
3322 tcg_gen_sub_tl(s->T0, s->T0, c_in);
3508 tcg_gen_sub_tl(s->T0, s->cc_srcT, s->T1);
3511 tcg_gen_sub_tl(s->T0, s->T0, s->T1);
H A Dtranslate.c1246 tcg_gen_sub_tl(cpu_cc_dst, s->T0, s->T1); in gen_scas()
1262 tcg_gen_sub_tl(cpu_cc_dst, s->T0, s->T1); in gen_cmps()
3169 tcg_gen_sub_tl(cpu_cc_dst, cmpv, oldv); in disas_insn_old()
/qemu/target/sparc/
H A Dtranslate.c509 tcg_gen_sub_tl(dst, src1, src2); in gen_op_subc()
510 tcg_gen_sub_tl(dst, dst, gen_carry32()); in gen_op_subc()
520 tcg_gen_sub_tl(dst, src1, src2); in gen_op_subxc()
521 tcg_gen_sub_tl(dst, dst, cpu_cc_C); in gen_op_subxc()
3694 TRANS(SUB, ALL, do_arith, a, tcg_gen_sub_tl, tcg_gen_subi_tl, gen_op_subcc) in TRANS()
/qemu/target/ppc/
H A Dtranslate.c1932 tcg_gen_sub_tl(t0, arg2, arg1); in gen_op_arith_subf()
1940 tcg_gen_sub_tl(t0, arg2, arg1); in gen_op_arith_subf()
1944 tcg_gen_sub_tl(t0, arg2, arg1); in gen_op_arith_subf()
4833 tcg_gen_sub_tl(t0, cpu_gpr[rt], t1); in gen_405_mulladd_insn()
/qemu/target/openrisc/
H A Dtranslate.c237 tcg_gen_sub_tl(res, srca, srcb); in gen_sub()