Searched defs:vec_xor (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Daltivec.h291 #define vec_xor __builtin_vec_xor macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h12152 vec_xor(vector signed char __a, vector signed char __b) { function
12157 vec_xor(vector bool char __a, vector signed char __b) { function
12162 vec_xor(vector signed char __a, vector bool char __b) { function
12167 vec_xor(vector unsigned char __a, vector unsigned char __b) { function
12172 vec_xor(vector bool char __a, vector unsigned char __b) { function
12177 vec_xor(vector unsigned char __a, vector bool char __b) { function
12181 static __inline__ vector bool char __ATTRS_o_ai vec_xor(vector bool char __a, function
12186 static __inline__ vector short __ATTRS_o_ai vec_xor(vector short __a, function
12191 static __inline__ vector short __ATTRS_o_ai vec_xor(vector bool short __a, function
12196 static __inline__ vector short __ATTRS_o_ai vec_xor(vector short __a, function
12202 vec_xor(vector unsigned short __a, vector unsigned short __b) { function
12207 vec_xor(vector bool short __a, vector unsigned short __b) { function
12212 vec_xor(vector unsigned short __a, vector bool short __b) { function
12217 vec_xor(vector bool short __a, vector bool short __b) { function
12221 static __inline__ vector int __ATTRS_o_ai vec_xor(vector int __a, function
12226 static __inline__ vector int __ATTRS_o_ai vec_xor(vector bool int __a, function
12231 static __inline__ vector int __ATTRS_o_ai vec_xor(vector int __a, function
12237 vec_xor(vector unsigned int __a, vector unsigned int __b) { function
12242 vec_xor(vector bool int __a, vector unsigned int __b) { function
12247 vec_xor(vector unsigned int __a, vector bool int __b) { function
12251 static __inline__ vector bool int __ATTRS_o_ai vec_xor(vector bool int __a, function
12256 static __inline__ vector float __ATTRS_o_ai vec_xor(vector float __a, function
12263 static __inline__ vector float __ATTRS_o_ai vec_xor(vector bool int __a, function
12270 static __inline__ vector float __ATTRS_o_ai vec_xor(vector float __a, function
12279 vec_xor(vector signed long long __a, vector signed long long __b) { function
12284 vec_xor(vector bool long long __a, vector signed long long __b) { function
12289 vec_xor(vector signed long long __a, vector bool long long __b) { function
12294 vec_xor(vector unsigned long long __a, vector unsigned long long __b) { function
12299 vec_xor(vector bool long long __a, vector unsigned long long __b) { function
12304 vec_xor(vector unsigned long long __a, vector bool long long __b) { function
12309 vec_xor(vector bool long long __a, vector bool long long __b) { function
12313 static __inline__ vector double __ATTRS_o_ai vec_xor(vector double __a, function
12320 vec_xor(vector double __a, vector bool long long __b) { function
12325 static __inline__ vector double __ATTRS_o_ai vec_xor(vector bool long long __a, function
[all...]

Completed in 132 milliseconds