Home | History | Annotate | Download | only in ppc32

Lines Matching refs:vec_srl

5033 /*    Function vec_srl    */
5036 Caux1.v = vec_srl( Ccons1, UCcons2 );
5060 printf("Function vec_srl [type char] ===> Error\n");
5062 printf("Function vec_srl [type char] ===> OK\n");
5066 UCaux1.v = vec_srl( UCcons1, UCcons2 );
5089 printf("Function vec_srl [type unsigned char] ===> Error\n");
5091 printf("Function vec_srl [type unsigned char] ===> OK\n");
5095 Saux1.v = vec_srl( Scons1, UCcons2 );
5119 printf("Function vec_srl [type short] ===> Error\n");
5121 printf("Function vec_srl [type short] ===> OK\n");
5125 USaux1.v = vec_srl( UScons1, UCcons2 );
5148 printf("Function vec_srl [type unsigned short] ===> Error\n");
5150 printf("Function vec_srl [type unsigned short] ===> OK\n");
5154 Iaux1.v = vec_srl( Icons1, UCcons2 );
5178 printf("Function vec_srl [type integer] ===> Error\n");
5180 printf("Function vec_srl [type integer] ===> OK\n");
5184 UIaux1.v = vec_srl( UIcons1, UCcons2 );
5207 printf("Function vec_srl [type unsigned int] ===> Error\n");
5209 printf("Function vec_srl [type unsigned int] ===> OK\n");