Searched refs:vec_packs (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 231 Function vec_packs [type char] ===> OK 232 Function vec_packs [type unsigned char] ===> OK 233 Function vec_packs [type short] ===> OK 234 Function vec_packs [type unsigned short] ===> OK
|
D | testVMX.c | 3601 Caux1.v = vec_packs( Scons1, Scons2 ); in part3() 3629 UCaux1.v = vec_packs( UScons1, UScons2 ); in part3() 3653 Saux1.v = vec_packs( Icons1, Icons2 ); in part3() 3681 USaux1.v = vec_packs( UIcons1, UIcons2 ); in part3()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 2578 res_vsc = vec_packs(vs, vs); in test6() 2582 res_vuc = vec_packs(vus, vus); in test6() 2586 res_vs = vec_packs(vi, vi); in test6() 2590 res_vus = vec_packs(vui, vui); in test6()
|
/external/clang/lib/Headers/ |
D | altivec.h | 4656 vec_packs(vector short __a, vector short __b) in vec_packs() function 4666 vec_packs(vector unsigned short __a, vector unsigned short __b) in vec_packs() function 4676 vec_packs(vector int __a, vector int __b) in vec_packs() function 4686 vec_packs(vector unsigned int __a, vector unsigned int __b) in vec_packs() function
|