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

/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Daltivec.h245 #define vec_unpackh __builtin_vec_unpackh macro
/freebsd-11.0-release/contrib/llvm/tools/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.h9856 /* vec_unpackh */
9861 static vector short __ATTRS_o_ai vec_unpackh(vector signed char __a) { function
9869 static vector bool short __ATTRS_o_ai vec_unpackh(vector bool char __a) { function
9877 static vector int __ATTRS_o_ai vec_unpackh(vector short __a) { function
9885 static vector bool int __ATTRS_o_ai vec_unpackh(vector bool short __a) { function
9893 static vector unsigned int __ATTRS_o_ai vec_unpackh(vector pixel __a) { function
9902 static vector long long __ATTRS_o_ai vec_unpackh(vector int __a) { function
9910 static vector bool long long __ATTRS_o_ai vec_unpackh(vector bool int __a) { function

Completed in 259 milliseconds