Home | History | Annotate | Download | only in ppc32

Lines Matching full:vec_splat

4677 /*    Function vec_splat    */
4681 Caux1.v = vec_splat( Ccons1, 3 );
4687 printf("Function vec_splat [type char] ===> Error\n");
4689 printf("Function vec_splat [type char] ===> OK\n");
4693 UCaux1.v = vec_splat( UCcons1, 3 );
4699 printf("Function vec_splat [type unsigned char] ===> Error\n");
4701 printf("Function vec_splat [type unsigned char] ===> OK\n");
4705 Saux1.v = vec_splat( Scons1, 3 );
4711 printf("Function vec_splat [type short] ===> Error\n");
4713 printf("Function vec_splat [type short] ===> OK\n");
4717 USaux1.v = vec_splat( UScons1, 3 );
4723 printf("Function vec_splat [type unsigned short] ===> Error\n");
4725 printf("Function vec_splat [type unsigned short] ===> OK\n");
4729 Iaux1.v = vec_splat( Icons1, 3 );
4735 printf("Function vec_splat [type integer] ===> Error\n");
4737 vec_splat [type integer] ===> OK\n");
4741 UIaux1.v = vec_splat( UIcons1, 3 );
4747 printf("Function vec_splat [type unsigned int] ===> Error\n");
4749 printf("Function vec_splat [type unsigned int] ===> OK\n");
4754 Faux1.v = vec_splat( Fcons1, 3 );
4760 printf("Function vec_splat [type float] ===> Error\n");
4762 printf("Function vec_splat [type float] ===> OK\n");