Home | History | Annotate | Download | only in ppc32

Lines Matching refs:vec_st

5387 /*    Function vec_st    */
5391 vec_st( UCaux1.v, 0, UCmem );
5400 vec_st [type unsigned char] ===> Error\n");
5402 printf("Function vec_st [type unsigned char] ===> OK\n");
5406 vec_st( Caux1.v, 0, Cmem );
5415 printf("Function vec_st [type char] ===> Error\n");
5417 printf("Function vec_st [type char] ===> OK\n");
5421 vec_st( USaux1.v, 0, USmem );
5430 printf("Function vec_st [type unsigned short] ===> Error\n");
5432 printf("Function vec_st [type unsigned short] ===> OK\n");
5436 vec_st( Saux1.v, 0, Smem );
5445 printf("Function vec_st [type short] ===> Error\n");
5447 printf("Function vec_st [type short] ===> OK\n");
5451 vec_st( UIaux1.v, 0, UImem );
5460 printf("Function vec_st [type unsigned int] ===> Error\n");
5462 printf("Function vec_st [type unsigned int] ===> OK\n");
5466 vec_st( Iaux1.v, 0, Imem );
5475 printf("Function vec_st [type int] ===> Error\n");
5477 printf("Function vec_st [type int] ===> OK\n");
5482 vec_st( Faux1.v, 0, Fmem );
5491 printf("Function vec_st [type float] ===> Error\n");
5493 printf("Function vec_st [type float] ===> OK\n");