/openbmc/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 1156 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() 1415 tcg_gen_sub_tl(t0, t6, t0); in gen_mxu_q8mul_mac() [all …]
|
H A D | translate.c | 2591 tcg_gen_sub_tl(t0, t1, t2); in gen_arith() 2608 tcg_gen_sub_tl(cpu_gpr[rd], cpu_gpr[rs], cpu_gpr[rt]); in gen_arith() 2660 tcg_gen_sub_tl(t0, t1, t2); in gen_arith() 2676 tcg_gen_sub_tl(cpu_gpr[rd], cpu_gpr[rs], cpu_gpr[rt]); in gen_arith()
|
/openbmc/qemu/target/avr/ |
H A D | translate.c | 384 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 …]
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 179 #define tcg_gen_sub_tl tcg_gen_sub_i64 macro 299 #define tcg_gen_sub_tl tcg_gen_sub_i32
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_arith.c.inc | 265 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)
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 651 tcg_gen_sub_tl, tcg_gen_add_tl); in gen_maddsu_h() 1045 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() 1110 tcg_gen_sub_tl(temp, temp, temp2); in gen_m16adds64_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() 1778 tcg_gen_sub_tl(temp, temp, temp2); in gen_m16sub32_q() [all …]
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_xthead.c.inc | 532 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 D | trans_rvi.c.inc | 483 return gen_arith(ctx, a, EXT_NONE, tcg_gen_sub_tl, NULL); 619 return gen_arith(ctx, a, EXT_NONE, tcg_gen_sub_tl, tcg_gen_sub2_tl); 804 return gen_arith(ctx, a, EXT_NONE, tcg_gen_sub_tl, NULL);
|
H A D | trans_rvm.c.inc | 133 tcg_gen_sub_tl(ret, rh, rl);
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 1673 tcg_gen_sub_tl(s->T0, s->cc_srcT, cmpv); 1777 tcg_gen_sub_tl(cmpv, cmpv, oldv); 2115 tcg_gen_sub_tl(s->T1, s->T1, cc_src_rhs); 2173 tcg_gen_sub_tl(s->T1, s->T1, cc_src_rhs); 3849 tcg_gen_sub_tl(s->T0, s->T0, s->T1); 3850 tcg_gen_sub_tl(s->T0, s->T0, c_in); 4083 tcg_gen_sub_tl(s->T0, s->cc_srcT, s->T1); 4086 tcg_gen_sub_tl(s->T0, s->T0, s->T1);
|
H A D | translate.c | 1246 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()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 511 tcg_gen_sub_tl(dst, src1, src2); in gen_op_subc() 512 tcg_gen_sub_tl(dst, dst, gen_carry32()); in gen_op_subc() 522 tcg_gen_sub_tl(dst, src1, src2); in gen_op_subxc() 523 tcg_gen_sub_tl(dst, dst, cpu_cc_C); in gen_op_subxc() 3729 TRANS(SUB, ALL, do_arith, a, tcg_gen_sub_tl, tcg_gen_subi_tl, gen_op_subcc) in TRANS()
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 1930 tcg_gen_sub_tl(t0, arg2, arg1); in gen_op_arith_subf() 1938 tcg_gen_sub_tl(t0, arg2, arg1); in gen_op_arith_subf() 1942 tcg_gen_sub_tl(t0, arg2, arg1); in gen_op_arith_subf() 4850 tcg_gen_sub_tl(t0, cpu_gpr[rt], t1); in gen_405_mulladd_insn()
|
/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 237 tcg_gen_sub_tl(res, srca, srcb); in gen_sub()
|