/openbmc/qemu/tcg/ |
H A D | tcg-op-vec.c | 409 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 D | tcg-op-gvec.c | 2009 .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 D | gengvec.c | 900 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 D | gengvec64.c | 231 tcg_gen_sub_vec(vece, u, max, a); in gen_suqadd_vec()
|
H A D | translate-sve.c | 3303 .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 D | tcg-op-common.h | 417 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 D | trans_vec.c.inc | 694 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 D | vmx-impl.c.inc | 2913 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 D | tcg-target.c.inc | 2906 tcg_gen_sub_vec(vece, t1, v2, c1); 2922 tcg_gen_sub_vec(vece, t2, c1, v2);
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 4097 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 D | tcg-target.c.inc | 2922 tcg_gen_sub_vec(vece, t1, v2, c1); 2938 tcg_gen_sub_vec(vece, t2, c1, v2);
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 946 tcg_gen_sub_vec(vece, dst, a, c); in gen_vec_fchksm16()
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 1334 tcg_gen_sub_vec(vece, r, b, a);
|