Home | History | Annotate | Download | only in ppc32

Lines Matching refs:vec_stl

5580 /*    Function vec_stl    */
5584 vec_stl( UCaux1.v, 0, UCmem );
5593 printf("Function vec_stl [type unsigned char] ===> Error\n");
5595 printf("Function vec_stl [type unsigned char] ===> OK\n");
5599 vec_stl( Caux1.v, 0, Cmem );
5608 printf("Function vec_stl [type char] ===> Error\n");
5610 printf("Function vec_stl [type char] ===> OK\n");
5614 vec_stl( USaux1.v, 0, USmem );
5623 printf("Function vec_stl [type unsigned short] ===> Error\n");
5625 printf("Function vec_stl [type unsigned short] ===> OK\n");
5629 vec_stl( Saux1.v, 0, Smem );
5638 printf("Function vec_stl [type short] ===> Error\n");
5640 printf("Function vec_stl [type short] ===> OK\n");
5644 vec_stl( UIaux1.v, 0, UImem );
5653 printf("Function vec_stl [type unsigned int] ===> Error\n");
5655 printf("Function vec_stl [type unsigned int] ===> OK\n");
5659 vec_stl( Iaux1.v, 0, Imem );
5668 printf("Function vec_stl [type int] ===> Error\n");
5670 printf("Function vec_stl [type int] ===> OK\n");
5675 vec_stl( Faux1.v, 0, Fmem );
5684 printf("Function vec_stl [type float] ===> Error\n");
5686 printf("Function vec_stl [type float] ===> OK\n");