Searched refs:vec_packs (Results 1 – 7 of 7) 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-p8vector.c | 1014 res_vsi = vec_packs(vsll, vsll); in test1() 1019 res_vui = vec_packs(vull, vull); in test1()
|
D | builtins-systemz-zvector.c | 617 vsc = vec_packs(vss, vss); in test_core() 619 vuc = vec_packs(vus, vus); in test_core() 621 vss = vec_packs(vsi, vsi); in test_core() 623 vus = vec_packs(vui, vui); in test_core() 625 vsi = vec_packs(vsl, vsl); in test_core() 627 vui = vec_packs(vul, vul); in test_core()
|
D | builtins-ppc-altivec.c | 2676 res_vsc = vec_packs(vs, vs); in test6() 2680 res_vuc = vec_packs(vus, vus); in test6() 2684 res_vs = vec_packs(vi, vi); in test6() 2688 res_vus = vec_packs(vui, vui); in test6()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 1589 vec_packs(vector signed short __a, vector signed short __b) { in vec_packs() function 1594 vec_packs(vector unsigned short __a, vector unsigned short __b) { in vec_packs() function 1599 vec_packs(vector signed int __a, vector signed int __b) { in vec_packs() function 1604 vec_packs(vector unsigned int __a, vector unsigned int __b) { in vec_packs() function 1609 vec_packs(vector signed long long __a, vector signed long long __b) { in vec_packs() function 1614 vec_packs(vector unsigned long long __a, vector unsigned long long __b) { in vec_packs() function
|
D | altivec.h | 5574 static vector signed char __ATTRS_o_ai vec_packs(vector short __a, in vec_packs() function 5583 static vector unsigned char __ATTRS_o_ai vec_packs(vector unsigned short __a, in vec_packs() function 5592 static vector signed short __ATTRS_o_ai vec_packs(vector int __a, in vec_packs() function 5601 static vector unsigned short __ATTRS_o_ai vec_packs(vector unsigned int __a, in vec_packs() function 5611 static vector int __ATTRS_o_ai vec_packs(vector long long __a, in vec_packs() function 5621 vec_packs(vector unsigned long long __a, vector unsigned long long __b) { in vec_packs() function
|