/openbmc/qemu/target/alpha/ |
H A D | translate.c | 1502 tcg_gen_sub_i64(vc, va, vb); in translate_one() 1509 tcg_gen_sub_i64(tmp, tmp, vb); in translate_one() 1532 tcg_gen_sub_i64(tmp, tmp, vb); in translate_one() 1551 tcg_gen_sub_i64(vc, va, vb); in translate_one() 1557 tcg_gen_sub_i64(vc, tmp, vb); in translate_one() 1573 tcg_gen_sub_i64(vc, tmp, vb); in translate_one() 1593 tcg_gen_sub_i64(tmp, tmp, vc); in translate_one() 1620 tcg_gen_sub_i64(vc, va, vb); in translate_one()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1174 tcg_gen_sub_i64(t0, t0, t1); in tcg_gen_sub2_i32() 1634 void tcg_gen_sub_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) in tcg_gen_sub_i64() function 1747 tcg_gen_sub_i64(ret, tcg_constant_i64(arg1), arg2); in tcg_gen_subfi_i64() 2063 tcg_gen_sub_i64(ret, arg1, t0); in tcg_gen_rem_i64() 2097 tcg_gen_sub_i64(ret, arg1, t0); in tcg_gen_remu_i64() 3040 tcg_gen_sub_i64(t0, al, bl); in tcg_gen_sub2_i64() 3042 tcg_gen_sub_i64(rh, ah, bh); in tcg_gen_sub2_i64() 3043 tcg_gen_sub_i64(rh, rh, t1); in tcg_gen_sub2_i64() 3090 tcg_gen_sub_i64(rh, t1, t2); in tcg_gen_muls2_i64() 3091 tcg_gen_sub_i64(rh, rh, t3); in tcg_gen_muls2_i64() [all …]
|
H A D | tcg-op-gvec.c | 2023 { .fni8 = tcg_gen_sub_i64, in tcg_gen_gvec_subs() 2046 tcg_gen_sub_i64(d, t1, t2); in gen_subv_mask() 2106 tcg_gen_sub_i64(t2, a, b); in tcg_gen_vec_sub32_i64() 2107 tcg_gen_sub_i64(t1, a, t1); in tcg_gen_vec_sub32_i64() 2133 { .fni8 = tcg_gen_sub_i64, in tcg_gen_gvec_sub() 2316 tcg_gen_sub_i64(d, a, b); in tcg_gen_ussub_i64() 2469 tcg_gen_sub_i64(d, m, t2); in gen_negv_mask()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | gengvec.c | 888 tcg_gen_sub_i64(d, d, a); in gen_mls64_i64() 1503 tcg_gen_sub_i64(tmp, a, b); in gen_uqsub_bhs() 1513 tcg_gen_sub_i64(t, a, b); in gen_uqsub_d() 1570 tcg_gen_sub_i64(tmp, a, b); in gen_sqsub_bhs() 1583 tcg_gen_sub_i64(t0, a, b); in gen_sqsub_d() 1657 tcg_gen_sub_i64(t, a, b); in gen_sabd_i64() 1658 tcg_gen_sub_i64(d, b, a); in gen_sabd_i64() 1714 tcg_gen_sub_i64(t, a, b); in gen_uabd_i64() 1715 tcg_gen_sub_i64(d, b, a); in gen_uabd_i64()
|
H A D | gengvec64.c | 213 tcg_gen_sub_i64(t, max, a); in gen_suqadd_d()
|
H A D | translate-a64.c | 849 tcg_gen_sub_i64(result, t0, t1); in gen_sub64_CC() 4352 TRANS(SUB_i, gen_rri, a, 1, 1, tcg_gen_sub_i64) 5264 TRANS(SUB_s, do_int3_scalar_d, a, tcg_gen_sub_i64) 5856 tcg_gen_sub_i64(d, d, t); in gen_mulsub_i64() 5902 tcg_gen_sub_i64(t1, n, m); in gen_sabd_i64() 5903 tcg_gen_sub_i64(t2, m, n); in gen_sabd_i64() 5912 tcg_gen_sub_i64(t1, n, m); in gen_uabd_i64() 5913 tcg_gen_sub_i64(t2, m, n); in gen_uabd_i64() 5939 tcg_gen_sub_i64, false) 5942 tcg_gen_sub_i64, false) [all …]
|
H A D | translate-sve.c | 1749 tcg_gen_sub_i64(reg, reg, val); in TRANS_FEAT() 1767 tcg_gen_sub_i64(t0, reg, val); in do_sat_addsub_64() 1780 tcg_gen_sub_i64(t1, reg, val); in do_sat_addsub_64() 2990 tcg_gen_sub_i64(reg, reg, val); in trans_INCDECP_r() 3131 tcg_gen_sub_i64(t0, op1, op0); in trans_WHILE() 3140 tcg_gen_sub_i64(t0, op0, op1); in trans_WHILE() 3222 tcg_gen_sub_i64(diff, op0, op1); in trans_WHILE_ptr() 3223 tcg_gen_sub_i64(t1, op1, op0); in trans_WHILE_ptr() 3231 tcg_gen_sub_i64(diff, op1, op0); in trans_WHILE_ptr() 3320 { .fni8 = tcg_gen_sub_i64, in trans_SUBR_zzi()
|
H A D | translate.c | 6161 tcg_gen_sub_i64(l1, l1, l2); in op_smlald()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 179 #define tcg_gen_sub_tl tcg_gen_sub_i64
|
H A D | tcg-op-common.h | 271 void tcg_gen_sub_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2);
|
/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 389 tcg_gen_sub_i64(cpu_mac, cpu_mac, t1); in gen_msb() 413 tcg_gen_sub_i64(cpu_mac, cpu_mac, t1); in gen_msbu()
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 1389 tcg_gen_sub_i64(dest, in1, in2); in do_cmpclr() 1472 tcg_gen_sub_i64(dest, in1, in2); in do_unit_addsub() 1496 tcg_gen_sub_i64(dest, in1, in2); in do_unit_addsub() 2925 tcg_gen_sub_i64(tmp, tcg_r1, tcg_r2); in do_uaddcm() 3495 tcg_gen_sub_i64(dest, in1, in2); in do_cmpb()
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 679 tcg_gen_sub_i64(temp64, temp64_2, temp64); in gen_maddsum_h() 785 tcg_gen_sub_i64(temp64, temp64_2, temp64); in gen_maddsums_h() 1210 tcg_gen_sub_i64(t1, t2, t1); in gen_msub32_d() 1286 tcg_gen_sub_i64(t3, t2, t1); in gen_msubu64_d() 1446 tcg_gen_sub_i64(result, r1, r2); in gen_sub64_d() 1747 tcg_gen_sub_i64(t3, t1, t2); in gen_msub32_q() 1871 tcg_gen_sub_i64(t4, t1, t2); in gen_msub64_q() 1988 tcg_gen_sub_i64(temp64, temp64_2, temp64); in gen_msubadm_h() 2081 tcg_gen_sub_i64(temp64, temp64_2, temp64); in gen_msubadms_h()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 1904 tcg_gen_sub_i64(regs[r2 + 1], regs[r2 + 1], len); in op_cksm() 4034 tcg_gen_sub_i64(regs[0], o->in1, tmp); in op_ectg() 4515 tcg_gen_sub_i64(o->out, o->in1, o->in2); in op_sub() 4554 tcg_gen_sub_i64(o->out, o->out, o->in2); in op_subb32()
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 716 tcg_gen_sub_i64(t, t1, t2); 799 tcg_gen_sub_i64(t, t1, t2); 1040 tcg_gen_sub_i64(t, t1, t2); 1123 tcg_gen_sub_i64(t, t1, t2); 2658 tcg_gen_sub_i64(t, t, t1);
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 3373 tcg_gen_sub_i64(t2, t3, t2); in gen_muldiv() 3389 tcg_gen_sub_i64(t2, t3, t2); in gen_muldiv() 3740 tcg_gen_sub_i64(t0, t0, t1); in gen_loongson_multimedia() 3784 tcg_gen_sub_i64(t0, t0, t1); in gen_loongson_multimedia() 3869 tcg_gen_sub_i64(t0, t1, t2); in gen_loongson_multimedia()
|
H A D | nanomips_translate.c.inc | 1934 tcg_gen_sub_i64(t2, t3, t2); 1975 tcg_gen_sub_i64(t2, t3, t2);
|
H A D | mxu_translate.c | 4384 tcg_gen_sub_i64(t3, t3, t2); in gen_mxu_s32madd_sub()
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 5526 tcg_gen_sub_i64(MACREG(acc), MACREG(acc), s->mactmp); in DISAS_INSN() 5559 tcg_gen_sub_i64(MACREG(acc), MACREG(acc), s->mactmp); in DISAS_INSN()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 5207 TRANS(FPSUB64, VIS3B, do_ddd, a, tcg_gen_sub_i64) in TRANS()
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 1329 tcg_gen_sub_i64(ret, arg2, arg1);
|