Home | History | Annotate | Download | only in ppc32

Lines Matching full:vec_sra

4938 /*    Function vec_sra    */
4941 Caux1.v = vec_sra( Ccons3, UCcons3 );
4951 printf("Function vec_sra [type char] ===> Error\n");
4953 printf("Function vec_sra [type char] ===> OK\n");
4956 UCaux1.v = vec_sra( UCcons1, UCcons3 );
4967 printf("Function vec_sra [type unsigned char] ===> Error\n");
4969 printf("Function vec_sra [type unsigned char] ===> OK\n");
4972 Saux1.v = vec_sra( Scons3, UScons3 );
4982 printf("Function vec_sra [type short] ===> Error\n");
4984 printf("Function vec_sra [type short] ===> OK\n");
4987 USaux1.v = vec_sra( UScons1, UScons3 );
4998 printf("Function vec_sra [type unsigned short] ===> Error\n");
5000 printf("Function vec_sra [type unsigned short] ===> OK\n");
5003 Iaux1.v = vec_sra( Icons3, UIcons3 );
5013 printf("Function vec_sra [type integer] ===> Error\n");
5015 printf("Function vec_sra [type integer] ===> OK\n");
5018 UIaux1.v = vec_sra( UIcons1, UIcons3 );
5029 printf("Function vec_sra [type unsigned int] ===> Error\n");
5031 printf("Function vec_sra [type unsigned int] ===> OK\n");