Home | History | Annotate | Download | only in ppc32

Lines Matching refs:vec_sl

4100 /*    Function vec_sl    */
4103 Caux1.v = vec_sl( Ccons1, UCcons3 );
4114 printf("Function vec_sl [type char] ===> Error\n");
4116 printf("Function vec_sl [type char] ===> OK\n");
4119 UCaux1.v = vec_sl( UCcons1, UCcons3 );
4130 printf("Function vec_sl [type unsigned char] ===> Error\n");
4132 printf("Function vec_sl [type unsigned char] ===> OK\n");
4135 Saux1.v = vec_sl( Scons1, UScons3 );
4146 printf("Function vec_sl [type short] ===> Error\n");
4148 printf("Function vec_sl [type short] ===> OK\n");
4151 USaux1.v = vec_sl( UScons1, UScons3 );
4162 printf("Function vec_sl [type unsigned short] ===> Error\n");
4164 printf("Function vec_sl [type unsigned short] ===> OK\n");
4167 Iaux1.v = vec_sl( Icons1, UIcons3 );
4178 printf("Function vec_sl [type int] ===> Error\n");
4180 printf("Function vec_sl [type int] ===> OK\n");
4183 UIaux1.v = vec_sl( UIcons1, UIcons3 );
4194 printf("Function vec_sl [type unsigned integer] ===> Error\n");
4196 printf("Function vec_sl [type unsigned integer] ===> OK\n");