Searched defs:vec_xor (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 2391 static inline vec_uchar16 vec_xor(vec_uchar16 a, vec_uchar16 b) in vec_xor() function 2396 static inline vec_char16 vec_xor(vec_char16 a, vec_char16 b) in vec_xor() function 2401 static inline vec_char16 vec_xor(vec_bchar16 a, vec_char16 b) in vec_xor() function 2406 static inline vec_char16 vec_xor(vec_char16 a, vec_bchar16 b) in vec_xor() function 2411 static inline vec_ushort8 vec_xor(vec_ushort8 a, vec_ushort8 b) in vec_xor() function 2416 static inline vec_short8 vec_xor(vec_short8 a, vec_short8 b) in vec_xor() function 2421 static inline vec_short8 vec_xor(vec_bshort8 a, vec_short8 b) in vec_xor() function 2426 static inline vec_short8 vec_xor(vec_short8 a, vec_bshort8 b) in vec_xor() function 2431 static inline vec_uint4 vec_xor(vec_uint4 a, vec_uint4 b) in vec_xor() function 2436 static inline vec_int4 vec_xor(vec_int4 a, vec_int4 b) in vec_xor() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 13082 vec_xor(vector signed char __a, vector signed char __b) { in vec_xor() function 13087 vec_xor(vector bool char __a, vector signed char __b) { in vec_xor() function 13092 vec_xor(vector signed char __a, vector bool char __b) { in vec_xor() function 13097 vec_xor(vector unsigned char __a, vector unsigned char __b) { in vec_xor() function 13102 vec_xor(vector bool char __a, vector unsigned char __b) { in vec_xor() function 13107 vec_xor(vector unsigned char __a, vector bool char __b) { in vec_xor() function 13111 static __inline__ vector bool char __ATTRS_o_ai vec_xor(vector bool char __a, in vec_xor() function 13116 static __inline__ vector short __ATTRS_o_ai vec_xor(vector short __a, in vec_xor() function 13121 static __inline__ vector short __ATTRS_o_ai vec_xor(vector bool short __a, in vec_xor() function 13126 static __inline__ vector short __ATTRS_o_ai vec_xor(vector short __a, in vec_xor() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | vecintrin.h | 235 #define vec_xor __builtin_s390_vec_xor macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | vecintrin.h | 241 #define vec_xor __builtin_s390_vec_xor macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 343 #define vec_xor __builtin_vec_xor macro
|