Home | History | Annotate | Download | only in ppc32

Lines Matching refs:vec_packs

3598 /*    Function vec_packs    */
3601 Caux1.v = vec_packs( Scons1, Scons2 );
3624 printf("Function vec_packs [type char] ===> Error\n");
3626 printf("Function vec_packs [type char] ===> OK\n");
3629 UCaux1.v = vec_packs( UScons1, UScons2 );
3648 printf("Function vec_packs [type unsigned char] ===> Error\n");
3650 printf("Function vec_packs [type unsigned char] ===> OK\n");
3653 Saux1.v = vec_packs( Icons1, Icons2 );
3676 printf("Function vec_packs [type short] ===> Error\n");
3678 printf("Function vec_packs [type short] ===> OK\n");
3681 USaux1.v = vec_packs( UIcons1, UIcons2 );
3700 printf("Function vec_packs [type unsigned short] ===> Error\n");
3702 printf("Function vec_packs [type unsigned short] ===> OK\n");