Home | History | Annotate | Download | only in ppc32

Lines Matching refs:vec_cmpeq

1152 /*    Function vec_cmpeq    */
1155 BCaux1.v = vec_cmpeq( Ccons1, Ccons2 );
1168 printf("Function vec_cmpeq [type char] ===> Error\n");
1170 printf("Function vec_cmpeq [type char] ===> OK\n");
1173 BCaux1.v = vec_cmpeq( UCcons1, UCcons2 );
1186 printf("Function vec_cmpeq [type unsigned char] ===> Error\n");
1188 printf("Function vec_cmpeq [type unsigned char] ===> OK\n");
1191 BSaux1.v = vec_cmpeq( Scons1, Scons2 );
1204 printf("Function vec_cmpeq [type short] ===> Error\n");
1206 printf("Function vec_cmpeq [type short] ===> OK\n");
1209 BSaux1.v = vec_cmpeq( UScons1, UScons2 );
1222 printf("Function vec_cmpeq [type unsigned short] ===> Error\n");
1224 printf("Function vec_cmpeq [type unsigned short] ===> OK\n");
1227 BIaux1.v = vec_cmpeq( Icons1, Icons2 );
1240 printf("Function vec_cmpeq [type integer] ===> Error\n");
1242 printf("Function vec_cmpeq [type integer] ===> OK\n");
1245 BIaux1.v = vec_cmpeq( UIcons1, UIcons2 );
1258 printf("Function vec_cmpeq [type unsigned int] ===> Error\n");
1260 printf("Function vec_cmpeq [type unsigned int] ===> OK\n");
1264 BIaux1.v = vec_cmpeq( Fcons1, Fcons2 );
1277 printf("Function vec_cmpeq [type float] ===> Error\n");
1279 printf("Function vec_cmpeq [type float] ===> OK\n");