Home
last modified time | relevance | path

Searched refs:tcg_gen_sub_vec (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/tcg/
H A Dtcg-op-vec.c409 tcg_gen_sub_vec(vece, r, tcg_constant_vec_matching(r, vece, 0), a); in tcg_gen_neg_vec()
437 tcg_gen_sub_vec(vece, r, r, t); in tcg_gen_abs_vec()
589 void tcg_gen_sub_vec(unsigned vece, TCGv_vec r, TCGv_vec a, TCGv_vec b) in tcg_gen_sub_vec() function
633 tcg_gen_sub_vec(vece, r, t, b); in tcg_gen_ussub_vec()
H A Dtcg-op-gvec.c1996 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_subs()
2001 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_subs()
2006 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_subs()
2011 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_subs()
2106 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_sub()
2111 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_sub()
2116 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_sub()
2121 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_sub()
/openbmc/qemu/target/arm/tcg/
H A Dgengvec.c884 tcg_gen_sub_vec(vece, d, d, a); in gen_mls_vec()
1478 tcg_gen_sub_vec(vece, x, a, b); in gen_uqsub_vec()
1558 tcg_gen_sub_vec(vece, x, a, b); in gen_sqsub_vec()
1623 tcg_gen_sub_vec(vece, d, d, t); in gen_sabd_vec()
1680 tcg_gen_sub_vec(vece, d, d, t); in gen_uabd_vec()
2073 tcg_gen_sub_vec(vece, d, a, b); in gen_shsub_vec()
2074 tcg_gen_sub_vec(vece, d, d, t); in gen_shsub_vec()
2145 tcg_gen_sub_vec(vece, d, a, b); in gen_uhsub_vec()
2146 tcg_gen_sub_vec(vece, d, d, t); in gen_uhsub_vec()
H A Dgengvec64.c231 tcg_gen_sub_vec(vece, u, max, a); in gen_suqadd_vec()
H A Dtranslate-sve.c3284 .fniv = tcg_gen_sub_vec, in trans_SUBR_zzi()
3290 .fniv = tcg_gen_sub_vec, in trans_SUBR_zzi()
3296 .fniv = tcg_gen_sub_vec, in trans_SUBR_zzi()
3302 .fniv = tcg_gen_sub_vec, in trans_SUBR_zzi()
/openbmc/qemu/include/tcg/
H A Dtcg-op-common.h417 void tcg_gen_sub_vec(unsigned vece, TCGv_vec r, TCGv_vec a, TCGv_vec b);
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc694 tcg_gen_sub_vec(vece, t, t1, t2);
777 tcg_gen_sub_vec(vece, t, t1, t2);
1018 tcg_gen_sub_vec(vece, t, t1, t2);
1101 tcg_gen_sub_vec(vece, t, t1, t2);
1559 tcg_gen_sub_vec(vece, t, t, a);
1602 tcg_gen_sub_vec(vece, t, t, a);
2640 tcg_gen_sub_vec(vece, t, t, t1);
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc2913 do_vadd_vsub_sat(vece, t, sat, a, b, tcg_gen_sub_vec, tcg_gen_ussub_vec);
2919 do_vadd_vsub_sat(vece, t, sat, a, b, tcg_gen_sub_vec, tcg_gen_sssub_vec);
3274 tcg_gen_sub_vec(vece, t, t, a);
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc3875 tcg_gen_sub_vec(vece, t, t, sh);
4064 tcg_gen_sub_vec(vece, t1, v1, t3);
4065 tcg_gen_sub_vec(vece, t2, v2, t3);
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc2906 tcg_gen_sub_vec(vece, t1, v2, c1);
2922 tcg_gen_sub_vec(vece, t2, c1, v2);
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc2922 tcg_gen_sub_vec(vece, t1, v2, c1);
2938 tcg_gen_sub_vec(vece, t2, c1, v2);
/openbmc/qemu/target/sparc/
H A Dtranslate.c944 tcg_gen_sub_vec(vece, dst, a, c); in gen_vec_fchksm16()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc1331 tcg_gen_sub_vec(vece, r, b, a);