Searched refs:vec_packsu (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/main/none/tests/ppc32/ |
D | testVMX.stdout.exp | 237 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
|
D | testVMX.c | 3707 UCaux1.v = vec_packsu( Scons1, Scons2 ); in part3() 3735 UCaux1.v = vec_packsu( UScons1, UScons2 ); in part3() 3759 USaux1.v = vec_packsu( Icons1, Icons2 ); in part3() 3787 USaux1.v = vec_packsu( UIcons1, UIcons2 ); in part3()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 2611 res_vuc = vec_packsu(vs, vs); in test6() 2615 res_vuc = vec_packsu(vus, vus); in test6() 2619 res_vus = vec_packsu(vi, vi); in test6() 2623 res_vus = vec_packsu(vui, vui); in test6()
|
/external/pixman/pixman/ |
D | pixman-vmx.c | 82 return (vector unsigned int)vec_packsu (hi, lo); in pix_multiply()
|
/external/clang/lib/Headers/ |
D | altivec.h | 4416 vec_packsu(vector short __a, vector short __b) in vec_packsu() function 4426 vec_packsu(vector unsigned short __a, vector unsigned short __b) in vec_packsu() function 4436 vec_packsu(vector int __a, vector int __b) in vec_packsu() function 4446 vec_packsu(vector unsigned int __a, vector unsigned int __b) in vec_packsu() function
|