Searched refs:vfb (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dfma3-builtin-2.c14 float vfb[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.c14 float vfb[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.c85 float vfb[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.c92 float vfb[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.c92 float vfb[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.c85 float vfb[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.c29 vector float vfb = {0.0,1.0,2.0,3.0}; local
58 vfh = vec_mergeh (vfa, vfb );
59 vfl = vec_mergel (vfa, vfb );
H A Dmerge-be-order.c23 vector float vfb = {0.0,1.0,2.0,3.0}; local
79 vfh = vec_mergeh (vfa, vfb );
80 vfl = vec_mergel (vfa, vfb );
H A Dmerge-vsx-be-order.c29 vector float vfb = {0.0,1.0,2.0,3.0}; local
71 vfh = vec_mergeh (vfa, vfb );
72 vfl = vec_mergel (vfa, vfb );
H A Dmerge.c21 vector float vfb = {0.0,1.0,2.0,3.0}; local
60 vfh = vec_mergeh (vfa, vfb );
61 vfl = vec_mergel (vfa, vfb );
H A Dperm-be-order.c21 vector float vfb = {0.0,1.0,2.0,3.0}; local
65 vf = vec_perm (vfa, vfb, vfp );
H A Dperm.c33 vector float vfb = {0.0,1.0,2.0,3.0}; local
60 vf = vec_perm (vfa, vfb, vfp );

Completed in 103 milliseconds