Searched refs:vec_packsu (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp237 Function vec_packsu [type char] ===> OK
238 Function vec_packsu [type unsigned char] ===> OK
239 Function vec_packsu [type short] ===> OK
240 Function vec_packsu [type unsigned short] ===> OK
H A DtestVMX.c3704 /* Function vec_packsu */
3707 UCaux1.v = vec_packsu( Scons1, Scons2 );
3730 printf("Function vec_packsu [type char] ===> Error\n");
3732 printf("Function vec_packsu [type char] ===> OK\n");
3735 UCaux1.v = vec_packsu( UScons1, UScons2 );
3754 printf("Function vec_packsu [type unsigned char] ===> Error\n");
3756 printf("Function vec_packsu [type unsigned char] ===> OK\n");
3759 USaux1.v = vec_packsu( Icons1, Icons2 );
3782 printf("Function vec_packsu [type short] ===> Error\n");
3784 printf("Function vec_packsu [typ
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins-ppc-altivec.c2610 /* vec_packsu */
2611 res_vuc = vec_packsu(vs, vs);
2615 res_vuc = vec_packsu(vus, vus);
2619 res_vus = vec_packsu(vi, vi);
2623 res_vus = vec_packsu(vui, vui);
/external/pixman/pixman/
H A Dpixman-vmx.c82 return (vector unsigned int)vec_packsu (hi, lo);
/external/clang/lib/Headers/
H A Daltivec.h4413 /* vec_packsu */
4416 vec_packsu(vector short __a, vector short __b) function
4426 vec_packsu(vector unsigned short __a, vector unsigned short __b) function
4436 vec_packsu(vector int __a, vector int __b) function
4446 vec_packsu(vector unsigned int __a, vector unsigned int __b) function

Completed in 242 milliseconds