/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 269 res_vsi = vec_pack(vsll, vsll); in test1() 273 res_vui = vec_pack(vull, vull); in test1() 277 res_vbi = vec_pack(vbll, vbll); in test1()
|
D | builtins-systemz-zvector.c | 598 vsc = vec_pack(vss, vss); in test_core() 600 vuc = vec_pack(vus, vus); in test_core() 602 vbc = vec_pack(vbs, vbs); in test_core() 604 vss = vec_pack(vsi, vsi); in test_core() 606 vus = vec_pack(vui, vui); in test_core() 608 vbs = vec_pack(vbi, vbi); in test_core() 610 vsi = vec_pack(vsl, vsl); in test_core() 612 vui = vec_pack(vul, vul); in test_core() 614 vbi = vec_pack(vbl, vbl); in test_core()
|
D | builtins-ppc-altivec.c | 2618 res_vsc = vec_pack(vs, vs); in test6() 2622 res_vuc = vec_pack(vus, vus); in test6() 2626 res_vbc = vec_pack(vbs, vbs); in test6() 2630 res_vs = vec_pack(vi, vi); in test6() 2634 res_vus = vec_pack(vui, vui); in test6() 2638 res_vbs = vec_pack(vbi, vbi); in test6()
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 222 Function vec_pack [type char] ===> OK 223 Function vec_pack [type unsigned char] ===> OK 224 Function vec_pack [type short] ===> OK 225 Function vec_pack [type unsigned short] ===> OK
|
D | testVMX.c | 3523 Caux1.v = vec_pack( Scons1, Scons2 ); in part3() 3541 UCaux1.v = vec_pack( UScons1, UScons2 ); in part3() 3559 Saux1.v = vec_pack( Icons1, Icons2 ); in part3() 3577 USaux1.v = vec_pack( UIcons1, UIcons2 ); in part3()
|
/external/fec/ |
D | viterbi39_av.c | 166 …decisions = vec_sub(decisions,(vector unsigned char)vec_pack(vec_mergeh(decision0,decision1),vec_m… in update_viterbi39_blk_av()
|
D | viterbi615_av.c | 171 …decisions = vec_sub(decisions,(vector unsigned char)vec_pack(vec_mergeh(decision0,decision1),vec_m… in update_viterbi615_blk_av()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 1512 vec_pack(vector signed short __a, vector signed short __b) { in vec_pack() function 1521 vec_pack(vector bool short __a, vector bool short __b) { in vec_pack() function 1530 vec_pack(vector unsigned short __a, vector unsigned short __b) { in vec_pack() function 1539 vec_pack(vector signed int __a, vector signed int __b) { in vec_pack() function 1548 vec_pack(vector bool int __a, vector bool int __b) { in vec_pack() function 1557 vec_pack(vector unsigned int __a, vector unsigned int __b) { in vec_pack() function 1566 vec_pack(vector signed long long __a, vector signed long long __b) { in vec_pack() function 1573 vec_pack(vector bool long long __a, vector bool long long __b) { in vec_pack() function 1580 vec_pack(vector unsigned long long __a, vector unsigned long long __b) { in vec_pack() function
|
D | altivec.h | 5266 static vector signed char __ATTRS_o_ai vec_pack(vector signed short __a, in vec_pack() function 5281 static vector unsigned char __ATTRS_o_ai vec_pack(vector unsigned short __a, in vec_pack() function 5296 static vector bool char __ATTRS_o_ai vec_pack(vector bool short __a, in vec_pack() function 5311 static vector short __ATTRS_o_ai vec_pack(vector int __a, vector int __b) { in vec_pack() function 5325 static vector unsigned short __ATTRS_o_ai vec_pack(vector unsigned int __a, in vec_pack() function 5340 static vector bool short __ATTRS_o_ai vec_pack(vector bool int __a, in vec_pack() function 5356 static vector signed int __ATTRS_o_ai vec_pack(vector signed long long __a, in vec_pack() function 5371 vec_pack(vector unsigned long long __a, vector unsigned long long __b) { in vec_pack() function 5385 static vector bool int __ATTRS_o_ai vec_pack(vector bool long long __a, in vec_pack() function
|