Home
last modified time | relevance | path

Searched defs:vec_or (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1296 static inline vec_uchar16 vec_or(vec_uchar16 a, vec_uchar16 b) in vec_or() function
1301 static inline vec_char16 vec_or(vec_char16 a, vec_char16 b) in vec_or() function
1306 static inline vec_char16 vec_or(vec_bchar16 a, vec_char16 b) in vec_or() function
1311 static inline vec_char16 vec_or(vec_char16 a, vec_bchar16 b) in vec_or() function
1316 static inline vec_ushort8 vec_or(vec_ushort8 a, vec_ushort8 b) in vec_or() function
1321 static inline vec_short8 vec_or(vec_short8 a, vec_short8 b) in vec_or() function
1326 static inline vec_short8 vec_or(vec_bshort8 a, vec_short8 b) in vec_or() function
1331 static inline vec_short8 vec_or(vec_short8 a, vec_bshort8 b) in vec_or() function
1336 static inline vec_uint4 vec_or(vec_uint4 a, vec_uint4 b) in vec_or() function
1341 static inline vec_int4 vec_or(vec_int4 a, vec_int4 b) in vec_or() function
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h6799 vec_or(vector signed char __a, vector signed char __b) { in vec_or() function
6804 vec_or(vector bool char __a, vector signed char __b) { in vec_or() function
6808 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, in vec_or() function
6814 vec_or(vector unsigned char __a, vector unsigned char __b) { in vec_or() function
6819 vec_or(vector bool char __a, vector unsigned char __b) { in vec_or() function
6824 vec_or(vector unsigned char __a, vector bool char __b) { in vec_or() function
6828 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, in vec_or() function
6833 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, in vec_or() function
6838 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, in vec_or() function
6843 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, in vec_or() function
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h249 #define vec_or __builtin_s390_vec_or macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h255 #define vec_or __builtin_s390_vec_or macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h264 #define vec_or __builtin_vec_or macro