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.c2009 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_subs()
2014 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_subs()
2019 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_subs()
2024 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_subs()
2119 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_sub()
2124 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_sub()
2129 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_sub()
2134 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_sub()
/openbmc/qemu/target/arm/tcg/
H A Dgengvec.c900 tcg_gen_sub_vec(vece, d, d, a); in gen_mls_vec()
1523 tcg_gen_sub_vec(vece, x, a, b); in gen_uqsub_vec()
1603 tcg_gen_sub_vec(vece, x, a, b); in gen_sqsub_vec()
1668 tcg_gen_sub_vec(vece, d, d, t); in gen_sabd_vec()
1725 tcg_gen_sub_vec(vece, d, d, t); in gen_uabd_vec()
2118 tcg_gen_sub_vec(vece, d, a, b); in gen_shsub_vec()
2119 tcg_gen_sub_vec(vece, d, d, t); in gen_shsub_vec()
2190 tcg_gen_sub_vec(vece, d, a, b); in gen_uhsub_vec()
2191 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.c3303 .fniv = tcg_gen_sub_vec, in trans_SUBR_zzi()
3309 .fniv = tcg_gen_sub_vec, in trans_SUBR_zzi()
3315 .fniv = tcg_gen_sub_vec, in trans_SUBR_zzi()
3321 .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/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/i386/
H A Dtcg-target.c.inc4097 tcg_gen_sub_vec(vece, t, t, sh);
4219 tcg_gen_sub_vec(vece, t1, v1, t3);
4220 tcg_gen_sub_vec(vece, t2, v2, t3);
/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.c946 tcg_gen_sub_vec(vece, dst, a, c); in gen_vec_fchksm16()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc1334 tcg_gen_sub_vec(vece, r, b, a);