Searched refs:vec_pack (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-vsx.c269 res_vsi = vec_pack(vsll, vsll);
273 res_vui = vec_pack(vull, vull);
277 res_vbi = vec_pack(vbll, vbll);
H A Dbuiltins-systemz-zvector.c598 vsc = vec_pack(vss, vss);
600 vuc = vec_pack(vus, vus);
602 vbc = vec_pack(vbs, vbs);
604 vss = vec_pack(vsi, vsi);
606 vus = vec_pack(vui, vui);
608 vbs = vec_pack(vbi, vbi);
610 vsi = vec_pack(vsl, vsl);
612 vui = vec_pack(vul, vul);
614 vbi = vec_pack(vbl, vbl);
H A Dbuiltins-ppc-altivec.c2617 /* vec_pack */
2618 res_vsc = vec_pack(vs, vs);
2622 res_vuc = vec_pack(vus, vus);
2626 res_vbc = vec_pack(vbs, vbs);
2630 res_vs = vec_pack(vi, vi);
2634 res_vus = vec_pack(vui, vui);
2638 res_vbs = vec_pack(vbi, vbi);
/external/fec/
H A Dviterbi39_av.c166 decisions = vec_sub(decisions,(vector unsigned char)vec_pack(vec_mergeh(decision0,decision1),vec_mergel(decision0,decision1)));
H A Dviterbi615_av.c171 decisions = vec_sub(decisions,(vector unsigned char)vec_pack(vec_mergeh(decision0,decision1),vec_mergel(decision0,decision1)));
/external/valgrind/none/tests/ppc32/
H A DtestVMX.stdout.exp222 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
H A DtestVMX.c3520 /* Function vec_pack */
3523 Caux1.v = vec_pack( Scons1, Scons2 );
3536 printf("Function vec_pack [type char] ===> Error\n");
3538 printf("Function vec_pack [type char] ===> OK\n");
3541 UCaux1.v = vec_pack( UScons1, UScons2 );
3554 printf("Function vec_pack [type unsigned char] ===> Error\n");
3556 printf("Function vec_pack [type unsigned char] ===> OK\n");
3559 Saux1.v = vec_pack( Icons1, Icons2 );
3572 printf("Function vec_pack [type short] ===> Error\n");
3574 printf("Function vec_pack [typ
[all...]
/external/clang/lib/Headers/
H A Dvecintrin.h1509 /*-- vec_pack ---------------------------------------------------------------*/
1512 vec_pack(vector signed short __a, vector signed short __b) { function
1521 vec_pack(vector bool short __a, vector bool short __b) { function
1530 vec_pack(vector unsigned short __a, vector unsigned short __b) { function
1539 vec_pack(vector signed int __a, vector signed int __b) { function
1548 vec_pack(vector bool int __a, vector bool int __b) { function
1557 vec_pack(vector unsigned int __a, vector unsigned int __b) { function
1566 vec_pack(vector signed long long __a, vector signed long long __b) { function
1573 vec_pack(vector bool long long __a, vector bool long long __b) { function
1580 vec_pack(vecto function
[all...]
H A Daltivec.h5261 /* vec_pack */
5266 static vector signed char __ATTRS_o_ai vec_pack(vector signed short __a, function
5281 static vector unsigned char __ATTRS_o_ai vec_pack(vector unsigned short __a, function
5296 static vector bool char __ATTRS_o_ai vec_pack(vector bool short __a, function
5311 static vector short __ATTRS_o_ai vec_pack(vector int __a, vector int __b) { function
5325 static vector unsigned short __ATTRS_o_ai vec_pack(vector unsigned int __a, function
5340 static vector bool short __ATTRS_o_ai vec_pack(vector bool int __a, function
5356 static vector signed int __ATTRS_o_ai vec_pack(vector signed long long __a, function
5371 vec_pack(vector unsigned long long __a, vector unsigned long long __b) { function
5385 static vector bool int __ATTRS_o_ai vec_pack(vecto function
[all...]
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dvecintrin.h1509 /*-- vec_pack ---------------------------------------------------------------*/
1512 vec_pack(vector signed short __a, vector signed short __b) { function
1521 vec_pack(vector bool short __a, vector bool short __b) { function
1530 vec_pack(vector unsigned short __a, vector unsigned short __b) { function
1539 vec_pack(vector signed int __a, vector signed int __b) { function
1548 vec_pack(vector bool int __a, vector bool int __b) { function
1557 vec_pack(vector unsigned int __a, vector unsigned int __b) { function
1566 vec_pack(vector signed long long __a, vector signed long long __b) { function
1573 vec_pack(vector bool long long __a, vector bool long long __b) { function
1580 vec_pack(vecto function
[all...]
H A Daltivec.h5407 /* vec_pack */
5413 vec_pack(vector signed short __a, vector signed short __b) { function
5428 vec_pack(vector unsigned short __a, vector unsigned short __b) { function
5443 vec_pack(vector bool short __a, vector bool short __b) { function
5457 static __inline__ vector short __ATTRS_o_ai vec_pack(vector int __a, function
5473 vec_pack(vector unsigned int __a, vector unsigned int __b) { function
5487 static __inline__ vector bool short __ATTRS_o_ai vec_pack(vector bool int __a, function
5504 vec_pack(vector signed long long __a, vector signed long long __b) { function
5518 vec_pack(vector unsigned long long __a, vector unsigned long long __b) { function
5533 vec_pack(vecto function
[all...]

Completed in 203 milliseconds