Searched refs:vfa (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dfma3-builtin-2.c13 float vfa[SIZE] __attribute__((__aligned__(32))); variable
60 vfa[i] = __builtin_fmaf (vfb[i], vfc[i], vfd[i]);
69 vfa[i] = __builtin_fmaf (vfb[i], vfc[i], -vfd[i]);
78 vfa[i] = __builtin_fmaf (-vfb[i], vfc[i], vfd[i]);
87 vfa[i] = __builtin_fmaf (-vfb[i], vfc[i], -vfd[i]);
H A Dfma4-builtin-2.c13 float vfa[SIZE] __attribute__((__aligned__(32))); variable
60 vfa[i] = __builtin_fmaf (vfb[i], vfc[i], vfd[i]);
69 vfa[i] = __builtin_fmaf (vfb[i], vfc[i], -vfd[i]);
78 vfa[i] = __builtin_fmaf (-vfb[i], vfc[i], vfd[i]);
87 vfa[i] = __builtin_fmaf (-vfb[i], vfc[i], -vfd[i]);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dppc-fma-3.c84 float vfa[SIZE] __attribute__((__aligned__(32))); variable
95 vfa[i] = __builtin_fmaf (vfb[i], vfc[i], vfd[i]); /* vaddfp */
104 vfa[i] = (vfb[i] * vfc[i]) + vfd[i]; /* vaddfp */
H A Dppc-fma-2.c91 float vfa[SIZE] __attribute__((__aligned__(32))); variable
138 vfa[i] = __builtin_fmaf (vfb[i], vfc[i], vfd[i]); /* xvmadd{a,m}sp */
147 vfa[i] = __builtin_fmaf (vfb[i], vfc[i], -vfd[i]); /* xvmsub{a,m}sp */
156 vfa[i] = - __builtin_fmaf (vfb[i], vfc[i], vfd[i]); /* xvnmadd{a,m}sp */
165 vfa[i] = - __builtin_fmaf (vfb[i], vfc[i], -vfd[i]); /* xvnmsub{a,m}sp */
183 vfa[i] = (vfb[i] * vfc[i]) + vfd[i]; /* xvmadd{a,m}sp */
H A Dppc-fma-1.c91 float vfa[SIZE] __attribute__((__aligned__(32))); variable
138 vfa[i] = __builtin_fmaf (vfb[i], vfc[i], vfd[i]); /* xvmadd{a,m}sp */
147 vfa[i] = __builtin_fmaf (vfb[i], vfc[i], -vfd[i]); /* xvmsub{a,m}sp */
156 vfa[i] = - __builtin_fmaf (vfb[i], vfc[i], vfd[i]); /* xvnmadd{a,m}sp */
165 vfa[i] = - __builtin_fmaf (vfb[i], vfc[i], -vfd[i]); /* xvnmsub{a,m}sp */
183 vfa[i] = (vfb[i] * vfc[i]) + vfd[i]; /* xvmadd{a,m}sp */
H A Dppc-fma-4.c84 float vfa[SIZE] __attribute__((__aligned__(32))); variable
95 vfa[i] = __builtin_fmaf (vfb[i], vfc[i], vfd[i]); /* vaddfp */
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vmx/
H A Dmerge-vsx.c28 vector float vfa = {-4.0,-3.0,-2.0,-1.0}; local
58 vfh = vec_mergeh (vfa, vfb );
59 vfl = vec_mergel (vfa, vfb );
H A Dmerge-be-order.c22 vector float vfa = {-4.0,-3.0,-2.0,-1.0}; local
79 vfh = vec_mergeh (vfa, vfb );
80 vfl = vec_mergel (vfa, vfb );
H A Dmerge-vsx-be-order.c28 vector float vfa = {-4.0,-3.0,-2.0,-1.0}; local
71 vfh = vec_mergeh (vfa, vfb );
72 vfl = vec_mergel (vfa, vfb );
H A Dmerge.c20 vector float vfa = {-4.0,-3.0,-2.0,-1.0}; local
60 vfh = vec_mergeh (vfa, vfb );
61 vfl = vec_mergel (vfa, vfb );
H A Dperm-be-order.c20 vector float vfa = {-4.0,-3.0,-2.0,-1.0}; local
65 vf = vec_perm (vfa, vfb, vfp );
H A Dperm.c32 vector float vfa = {-4.0,-3.0,-2.0,-1.0}; local
60 vf = vec_perm (vfa, vfb, vfp );
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/vect/
H A Dvect.exp78 gfortran-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/no-vfa-*.\[fF\]{,90,95,03,08} ]] \
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dvect.exp102 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/no-vfa-*.\[cS\]]] \
/haiku-buildtools/binutils/gas/testsuite/gas/s390/
H A Dzarch-z13.s470 vfa %v15,%v17,%v20,13,12
H A Dzarch-z13.d476 .*: e7 f1 40 0c d6 e3 [ ]*vfa %v15,%v17,%v20,13,12

Completed in 234 milliseconds