Home | History | Annotate | Download | only in ppc32

Lines Matching refs:vec_sel

3981 /*    Function vec_sel    */
3984 Caux1.v = vec_sel( Ccons1, Ccons2, UCcons1 );
3995 printf("Function vec_sel [type char] ===> Error\n");
3997 printf("Function vec_sel [type char] ===> OK\n");
4000 UCaux1.v = vec_sel( UCcons1, UCcons2, UCcons3 );
4011 printf("Function vec_sel [type unsigned char] ===> Error\n");
4013 printf("Function vec_sel [type unsigned char] ===> OK\n");
4016 Saux1.v = vec_sel( Scons1, Scons2, UScons1 );
4027 printf("Function vec_sel [type short] ===> Error\n");
4029 printf("Function vec_sel [type short] ===> OK\n");
4032 USaux1.v = vec_sel( UScons1, UScons2, UScons3 );
4043 printf("Function vec_sel [type unsigned short] ===> Error\n");
4045 printf("Function vec_sel [type unsigned short] ===> OK\n");
4048 Iaux1.v = vec_sel( Icons1, Icons2, UIcons1 );
4059 printf("Function vec_sel [type integer] ===> Error\n");
4061 printf("Function vec_sel [type integer] ===> OK\n");
4064 UIaux1.v = vec_sel( UIcons1, UIcons2, UIcons3 );
4075 printf("Function vec_sel [type unsigned int] ===> Error\n");
4077 printf("Function vec_sel [type unsigned int] ===> OK\n");
4081 Faux1.v = vec_sel( Fcons1, Fcons2, UIcons1 );
4095 printf("Function vec_sel [type float] ===> Error\n");
4097 printf("Function vec_sel [type float] ===> OK\n");