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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h2391 static inline vec_uchar16 vec_xor(vec_uchar16 a, vec_uchar16 b) function
2396 static inline vec_char16 vec_xor(vec_char16 a, vec_char16 b) function
2401 static inline vec_char16 vec_xor(vec_bchar16 a, vec_char16 b) function
2406 static inline vec_char16 vec_xor(vec_char16 a, vec_bchar16 b) function
2411 static inline vec_ushort8 vec_xor(vec_ushort8 a, vec_ushort8 b) function
2416 static inline vec_short8 vec_xor(vec_short8 a, vec_short8 b) function
2421 static inline vec_short8 vec_xor(vec_bshort8 a, vec_short8 b) function
2426 static inline vec_short8 vec_xor(vec_short8 a, vec_bshort8 b) function
2431 static inline vec_uint4 vec_xor(vec_uint function
2436 static inline vec_int4 vec_xor(vec_int4 a, vec_int4 b) function
2441 static inline vec_int4 vec_xor(vec_bint4 a, vec_int4 b) function
2446 static inline vec_int4 vec_xor(vec_int4 a, vec_bint4 b) function
2451 static inline vec_float4 vec_xor(vec_float4 a, vec_float4 b) function
2456 static inline vec_float4 vec_xor(vec_bint4 a, vec_float4 b) function
2461 static inline vec_float4 vec_xor(vec_float4 a, vec_bint4 b) function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h235 #define vec_xor __builtin_s390_vec_xor macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h241 #define vec_xor __builtin_s390_vec_xor macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h343 #define vec_xor __builtin_vec_xor macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h13082 vec_xor(vector signed char __a, vector signed char __b) { function
13087 vec_xor(vector bool char __a, vector signed char __b) { function
13092 vec_xor(vector signed char __a, vector bool char __b) { function
13097 vec_xor(vector unsigned char __a, vector unsigned char __b) { function
13102 vec_xor(vector bool char __a, vector unsigned char __b) { function
13107 vec_xor(vector unsigned char __a, vector bool char __b) { function
13111 static __inline__ vector bool char __ATTRS_o_ai vec_xor(vector bool char __a, function
13116 static __inline__ vector short __ATTRS_o_ai vec_xor(vector short __a, function
13121 static __inline__ vector short __ATTRS_o_ai vec_xor(vector bool short __a, function
13126 static __inline__ vector short __ATTRS_o_ai vec_xor(vector short __a, function
13132 vec_xor(vector unsigned short __a, vector unsigned short __b) { function
13137 vec_xor(vector bool short __a, vector unsigned short __b) { function
13142 vec_xor(vector unsigned short __a, vector bool short __b) { function
13147 vec_xor(vector bool short __a, vector bool short __b) { function
13151 static __inline__ vector int __ATTRS_o_ai vec_xor(vector int __a, function
13156 static __inline__ vector int __ATTRS_o_ai vec_xor(vector bool int __a, function
13161 static __inline__ vector int __ATTRS_o_ai vec_xor(vector int __a, function
13167 vec_xor(vector unsigned int __a, vector unsigned int __b) { function
13172 vec_xor(vector bool int __a, vector unsigned int __b) { function
13177 vec_xor(vector unsigned int __a, vector bool int __b) { function
13181 static __inline__ vector bool int __ATTRS_o_ai vec_xor(vector bool int __a, function
13186 static __inline__ vector float __ATTRS_o_ai vec_xor(vector float __a, function
13193 static __inline__ vector float __ATTRS_o_ai vec_xor(vector bool int __a, function
13200 static __inline__ vector float __ATTRS_o_ai vec_xor(vector float __a, function
13209 vec_xor(vector signed long long __a, vector signed long long __b) { function
13214 vec_xor(vector bool long long __a, vector signed long long __b) { function
13219 vec_xor(vector signed long long __a, vector bool long long __b) { function
13224 vec_xor(vector unsigned long long __a, vector unsigned long long __b) { function
13229 vec_xor(vector bool long long __a, vector unsigned long long __b) { function
13234 vec_xor(vector unsigned long long __a, vector bool long long __b) { function
13239 vec_xor(vector bool long long __a, vector bool long long __b) { function
13243 static __inline__ vector double __ATTRS_o_ai vec_xor(vector double __a, function
13250 vec_xor(vector double __a, vector bool long long __b) { function
13255 static __inline__ vector double __ATTRS_o_ai vec_xor(vector bool long long __a, function
[all...]

Completed in 232 milliseconds