Home | History | Annotate | Download | only in ppc32

Lines Matching refs:vec_or

3292 /*    Function vec_or    */
3295 Caux1.v = vec_or( Ccons1, Ccons2 );
3302 printf("Function vec_or [type char] ===> Error\n");
3304 printf("Function vec_or [type char] ===> OK\n");
3307 UCaux1.v = vec_or( UCcons1, UCcons2 );
3317 printf("Function vec_or [type unsigened char] ===> Error\n");
3319 printf("Function vec_or [type unsigened char] ===> OK\n");
3322 Saux1.v = vec_or( Scons1, Scons2 );
3329 printf("Function vec_or [type short] ===> Error\n");
3331 printf("Function vec_or [type short] ===> OK\n");
3334 USaux1.v = vec_or( UScons1, UScons2 );
3344 printf("Function vec_or [type unsigned short] ===> Error\n");
3346 printf("Function vec_or [type unsigned short] ===> OK\n");
3349 Iaux1.v = vec_or( Icons1, Icons2 );
3356 printf("Function vec_or [type integer] ===> Error\n");
3358 printf("Function vec_or [type integer] ===> OK\n");
3361 UIaux1.v = vec_or( UIcons1, UIcons2 );
3368 printf("Function vec_or [type unsigened int] ===> Error\n");
3370 printf("Function vec_or [type unsigened int] ===> OK\n");
3374 Faux1.v = vec_or( Fcons1, Fcons2 );
3386 printf("Function vec_or [type float] ===> Error\n");
3388 printf("Function vec_or [type float] ===> OK\n");