Searched defs:vec_and (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 266 static inline vec_uchar16 vec_and(vec_uchar16 a, vec_uchar16 b) in vec_and() function 271 static inline vec_char16 vec_and(vec_char16 a, vec_char16 b) in vec_and() function 276 static inline vec_char16 vec_and(vec_bchar16 a, vec_char16 b) in vec_and() function 281 static inline vec_char16 vec_and(vec_char16 a, vec_bchar16 b) in vec_and() function 286 static inline vec_ushort8 vec_and(vec_ushort8 a, vec_ushort8 b) in vec_and() function 291 static inline vec_short8 vec_and(vec_short8 a, vec_short8 b) in vec_and() function 296 static inline vec_short8 vec_and(vec_bshort8 a, vec_short8 b) in vec_and() function 301 static inline vec_short8 vec_and(vec_short8 a, vec_bshort8 b) in vec_and() function 306 static inline vec_uint4 vec_and(vec_uint4 a, vec_uint4 b) in vec_and() function 311 static inline vec_int4 vec_and(vec_int4 a, vec_int4 b) in vec_and() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 859 vec_and(vector signed char __a, vector signed char __b) { in vec_and() function 864 vec_and(vector bool char __a, vector signed char __b) { in vec_and() function 869 vec_and(vector signed char __a, vector bool char __b) { in vec_and() function 874 vec_and(vector unsigned char __a, vector unsigned char __b) { in vec_and() function 879 vec_and(vector bool char __a, vector unsigned char __b) { in vec_and() function 884 vec_and(vector unsigned char __a, vector bool char __b) { in vec_and() function 888 static __inline__ vector bool char __ATTRS_o_ai vec_and(vector bool char __a, in vec_and() function 893 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function 898 static __inline__ vector short __ATTRS_o_ai vec_and(vector bool short __a, in vec_and() function 903 static __inline__ vector short __ATTRS_o_ai vec_and(vector short __a, in vec_and() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | vecintrin.h | 213 #define vec_and __builtin_s390_vec_and macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | vecintrin.h | 219 #define vec_and __builtin_s390_vec_and macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 222 #define vec_and __builtin_vec_and macro
|