Searched defs:vec_pack (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h221 #define vec_pack __builtin_vec_pack macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h1940 vec_pack(vector signed short __a, vector signed short __b) { function
1949 vec_pack(vector bool short __a, vector bool short __b) { function
1958 vec_pack(vector unsigned short __a, vector unsigned short __b) { function
1967 vec_pack(vector signed int __a, vector signed int __b) { function
1976 vec_pack(vector bool int __a, vector bool int __b) { function
1985 vec_pack(vector unsigned int __a, vector unsigned int __b) { function
1994 vec_pack(vector signed long long __a, vector signed long long __b) { function
2001 vec_pack(vector bool long long __a, vector bool long long __b) { function
2008 vec_pack(vecto function
[all...]
H A Daltivec.h6691 vec_pack(vector signed short __a, vector signed short __b) { function
6706 vec_pack(vector unsigned short __a, vector unsigned short __b) { function
6721 vec_pack(vector bool short __a, vector bool short __b) { function
6735 static __inline__ vector short __ATTRS_o_ai vec_pack(vector int __a, function
6751 vec_pack(vector unsigned int __a, vector unsigned int __b) { function
6765 static __inline__ vector bool short __ATTRS_o_ai vec_pack(vector bool int __a, function
6782 vec_pack(vector signed long long __a, vector signed long long __b) { function
6796 vec_pack(vector unsigned long long __a, vector unsigned long long __b) { function
6811 vec_pack(vecto function
6826 vec_pack(vector double __a, vector double __b) { function
[all...]

Completed in 268 milliseconds