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

/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h221 #define vec_pack __builtin_vec_pack macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.h2095 vec_pack(__vector signed short __a, __vector signed short __b) { function
2104 vec_pack(__vector __bool short __a, __vector __bool short __b) { function
2113 vec_pack(__vector unsigned short __a, __vector unsigned short __b) { function
2122 vec_pack(__vector signed int __a, __vector signed int __b) { function
2131 vec_pack(__vector __bool int __a, __vector __bool int __b) { function
2140 vec_pack(__vector unsigned int __a, __vector unsigned int __b) { function
2149 vec_pack(__vector signed long long __a, __vector signed long long __b) { function
2156 vec_pack(__vector __bool long long __a, __vector __bool long long __b) { function
2163 vec_pack(__vecto function
[all...]
H A Daltivec.h7377 vec_pack(vector signed short __a, vector signed short __b) { function
7392 vec_pack(vector unsigned short __a, vector unsigned short __b) { function
7407 vec_pack(vector bool short __a, vector bool short __b) { function
7421 static __inline__ vector short __ATTRS_o_ai vec_pack(vector int __a, function
7437 vec_pack(vector unsigned int __a, vector unsigned int __b) { function
7451 static __inline__ vector bool short __ATTRS_o_ai vec_pack(vector bool int __a, function
7468 vec_pack(vector signed long long __a, vector signed long long __b) { function
7482 vec_pack(vector unsigned long long __a, vector unsigned long long __b) { function
7497 vec_pack(vecto function
7512 vec_pack(vector double __a, vector double __b) { function
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h3013 vec_pack (vector signed short a1, vector signed short a2) function
3019 vec_pack (vector unsigned short a1, vector unsigned short a2) function
3025 vec_pack (vector signed int a1, vector signed int a2) function
3031 vec_pack (vector unsigned int a1, vector unsigned int a2) function
7313 #define vec_pack(a1, a2) \ macro

Completed in 383 milliseconds