Searched refs:vec_unpackh (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-ppc-p8vector.c1101 /* vec_unpackh */
1102 res_vsll = vec_unpackh(vsi);
1105 // CHECK-PPC: error: call to 'vec_unpackh' is ambiguous
1107 res_vbll = vec_unpackh(vbi);
1110 // CHECK-PPC: error: call to 'vec_unpackh' is ambiguous
H A Dbuiltins-systemz-zvector.c663 vss = vec_unpackh(vsc);
665 vus = vec_unpackh(vuc);
667 vbs = vec_unpackh(vbc);
669 vsi = vec_unpackh(vss);
671 vui = vec_unpackh(vus);
673 vbi = vec_unpackh(vbs);
675 vsl = vec_unpackh(vsi);
677 vul = vec_unpackh(vui);
679 vbl = vec_unpackh(vbi);
H A Dbuiltins-ppc-altivec.c5431 /* vec_unpackh */
5432 res_vs = vec_unpackh(vsc);
5436 res_vbs = vec_unpackh(vbc);
5440 res_vi = vec_unpackh(vs);
5444 res_vbi = vec_unpackh(vbs);
5448 res_vui = vec_unpackh(vp);
/external/valgrind/none/tests/ppc32/
H A DtestVMX.stdout.exp398 Function vec_unpackh [type short-char] ===> OK
399 Function vec_unpackh [type int-short] ===> OK
H A DtestVMX.c6230 /* Function vec_unpackh */
6234 Saux1.v = vec_unpackh( Caux1.v );
6243 printf("Function vec_unpackh [type short-char] ===> Error\n");
6245 printf("Function vec_unpackh [type short-char] ===> OK\n");
6249 Iaux1.v = vec_unpackh( Saux1.v );
6258 printf("Function vec_unpackh [type int-short] ===> Error\n");
6260 printf("Function vec_unpackh [type int-short] ===> OK\n");
/external/clang/lib/Headers/
H A Dvecintrin.h1713 /*-- vec_unpackh ------------------------------------------------------------*/
1716 vec_unpackh(vector signed char __a) { function
1721 vec_unpackh(vector bool char __a) { function
1726 vec_unpackh(vector unsigned char __a) { function
1731 vec_unpackh(vector signed short __a) { function
1736 vec_unpackh(vector bool short __a) { function
1741 vec_unpackh(vector unsigned short __a) { function
1746 vec_unpackh(vector signed int __a) { function
1751 vec_unpackh(vector bool int __a) { function
1756 vec_unpackh(vecto function
[all...]
H A Daltivec.h9826 /* vec_unpackh */
9831 static vector short __ATTRS_o_ai vec_unpackh(vector signed char __a) { function
9839 static vector bool short __ATTRS_o_ai vec_unpackh(vector bool char __a) { function
9847 static vector int __ATTRS_o_ai vec_unpackh(vector short __a) { function
9855 static vector bool int __ATTRS_o_ai vec_unpackh(vector bool short __a) { function
9863 static vector unsigned int __ATTRS_o_ai vec_unpackh(vector pixel __a) { function
9872 static vector long long __ATTRS_o_ai vec_unpackh(vector int __a) { function
9880 static vector bool long long __ATTRS_o_ai vec_unpackh(vector bool int __a) { function

Completed in 311 milliseconds