Home
last modified time | relevance | path

Searched refs:tcg_gen_sub_vec (Results 1 – 11 of 11) 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()
571 void tcg_gen_sub_vec(unsigned vece, TCGv_vec r, TCGv_vec a, TCGv_vec b) in tcg_gen_sub_vec() function
615 tcg_gen_sub_vec(vece, r, t, b); in tcg_gen_ussub_vec()
H A Dtcg-op-gvec.c1982 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_subs()
1987 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_subs()
1992 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_subs()
1997 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_subs()
2092 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_sub()
2097 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_sub()
2102 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_sub()
2107 .fniv = tcg_gen_sub_vec, in tcg_gen_gvec_sub()
/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/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/arm/tcg/
H A Dtranslate.c3752 tcg_gen_sub_vec(vece, d, d, a); in gen_mls_vec()
4197 tcg_gen_sub_vec(vece, x, a, b); in gen_uqsub_vec()
4239 tcg_gen_sub_vec(vece, x, a, b); in gen_sqsub_vec()
4301 tcg_gen_sub_vec(vece, d, d, t); in gen_sabd_vec()
4358 tcg_gen_sub_vec(vece, d, d, t); in gen_uabd_vec()
H A Dtranslate-sve.c3411 .fniv = tcg_gen_sub_vec, in trans_SUBR_zzi()
3417 .fniv = tcg_gen_sub_vec, in trans_SUBR_zzi()
3423 .fniv = tcg_gen_sub_vec, in trans_SUBR_zzi()
3429 .fniv = tcg_gen_sub_vec, in trans_SUBR_zzi()
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc3792 tcg_gen_sub_vec(vece, t, t, sh);
3981 tcg_gen_sub_vec(vece, t1, v1, t3);
3982 tcg_gen_sub_vec(vece, t2, v2, t3);
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc2859 tcg_gen_sub_vec(vece, t1, v2, c1);
2875 tcg_gen_sub_vec(vece, t2, c1, v2);
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc2808 tcg_gen_sub_vec(vece, t1, v2, c1);
2824 tcg_gen_sub_vec(vece, t2, c1, v2);
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc3185 tcg_gen_sub_vec(vece, t, t, a);
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc1331 tcg_gen_sub_vec(vece, r, b, a);