Home | History | Annotate | Download | only in ppc32

Lines Matching full:nb_vfargs

4191 static int nb_vfargs = 0;
4489 nb_vfargs = 12;
4490 vfargs = memalign16(nb_vfargs * sizeof(vector float));
4504 nb_vfargs = 50;
4505 vfargs = memalign16(nb_vfargs * sizeof(vector float));
4571 assert(i <= nb_vfargs);
4572 nb_vfargs = i;
4600 for (i=0; i<nb_vfargs; i++) {
6906 for (i=0; i<nb_vfargs; i++) {
6966 for (i=0; i<nb_vfargs; i++) {
6967 for (j=0; j<nb_vfargs; j+=3) {
7033 for (i=0; i<nb_vfargs; i++) {
7034 for (j=0; j<nb_vfargs; j+=3) {
7035 for (k=0; k<nb_vfargs; k+=5) {
7139 for (i=0; i<nb_vfargs; i++) {
7737 printf(" vfargs - %d\n", nb_vfargs);