Home | History | Annotate | Download | only in Parser

Lines Matching full:gccvector

86   #define gccvector __attribute__((vector_size(16)))
87 gccvector unsigned int gccv = {0,0,0,0};
88 gccvector unsigned int gccv1 = gccv;
89 gccvector int gccv2 = (gccvector int)gccv;
90 gccvector unsigned int gccv3 = v;
93 gccvector unsigned int gv = v;
94 gccvector int gvi = (gccvector int)v;
102 gccvector unsigned int tgv = v;