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

/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h80 #define vec_vor vec_or macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h78 #define vec_vor vec_or macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h7144 vec_vor(vector signed char __a, vector signed char __b) { function
7149 vec_vor(vector bool char __a, vector signed char __b) { function
7154 vec_vor(vector signed char __a, vector bool char __b) { function
7159 vec_vor(vector unsigned char __a, vector unsigned char __b) { function
7164 vec_vor(vector bool char __a, vector unsigned char __b) { function
7169 vec_vor(vector unsigned char __a, vector bool char __b) { function
7173 static __inline__ vector bool char __ATTRS_o_ai vec_vor(vector bool char __a, function
7178 static __inline__ vector short __ATTRS_o_ai vec_vor(vector short __a, function
7183 static __inline__ vector short __ATTRS_o_ai vec_vor(vecto function
7188 static __inline__ vector short __ATTRS_o_ai vec_vor(vector short __a, function
7194 vec_vor(vector unsigned short __a, vector unsigned short __b) { function
7199 vec_vor(vector bool short __a, vector unsigned short __b) { function
7204 vec_vor(vector unsigned short __a, vector bool short __b) { function
7209 vec_vor(vector bool short __a, vector bool short __b) { function
7213 static __inline__ vector int __ATTRS_o_ai vec_vor(vector int __a, function
7218 static __inline__ vector int __ATTRS_o_ai vec_vor(vector bool int __a, function
7223 static __inline__ vector int __ATTRS_o_ai vec_vor(vector int __a, function
7229 vec_vor(vector unsigned int __a, vector unsigned int __b) { function
7234 vec_vor(vector bool int __a, vector unsigned int __b) { function
7239 vec_vor(vector unsigned int __a, vector bool int __b) { function
7243 static __inline__ vector bool int __ATTRS_o_ai vec_vor(vector bool int __a, function
7248 static __inline__ vector float __ATTRS_o_ai vec_vor(vector float __a, function
7255 static __inline__ vector float __ATTRS_o_ai vec_vor(vector bool int __a, function
7262 static __inline__ vector float __ATTRS_o_ai vec_vor(vector float __a, function
7271 vec_vor(vector signed long long __a, vector signed long long __b) { function
7276 vec_vor(vector bool long long __a, vector signed long long __b) { function
7281 vec_vor(vector signed long long __a, vector bool long long __b) { function
7286 vec_vor(vector unsigned long long __a, vector unsigned long long __b) { function
7291 vec_vor(vector bool long long __a, vector unsigned long long __b) { function
7296 vec_vor(vector unsigned long long __a, vector bool long long __b) { function
7301 vec_vor(vector bool long long __a, vector bool long long __b) { function
[all...]

Completed in 216 milliseconds