Home | History | Annotate | Download | only in ppc32

Lines Matching refs:vec_pack

3520 /*    Function vec_pack    */
3523 Caux1.v = vec_pack( Scons1, Scons2 );
3536 printf("Function vec_pack [type char] ===> Error\n");
3538 printf("Function vec_pack [type char] ===> OK\n");
3541 UCaux1.v = vec_pack( UScons1, UScons2 );
3554 printf("Function vec_pack [type unsigned char] ===> Error\n");
3556 printf("Function vec_pack [type unsigned char] ===> OK\n");
3559 Saux1.v = vec_pack( Icons1, Icons2 );
3572 printf("Function vec_pack [type short] ===> Error\n");
3574 printf("Function vec_pack [type short] ===> OK\n");
3577 USaux1.v = vec_pack( UIcons1, UIcons2 );
3590 printf("Function vec_pack [type unsigned short] ===> Error\n");
3592 printf("Function vec_pack [type unsigned short] ===> OK\n");