Home
last modified time | relevance | path

Searched refs:vec_any_le (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h253 __altivec_scalar_pred(vec_any_le,
312 #define vec_any_le(a1, a2) __builtin_vec_vcmpge_p (__CR6_EQ_REV, (a2), (a1))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h3168 static inline int vec_any_le(vec_uchar16 a, vec_uchar16 b) in vec_any_le() function
3173 static inline int vec_any_le(vec_char16 a, vec_char16 b) in vec_any_le() function
3178 static inline int vec_any_le(vec_bchar16 a, vec_char16 b) in vec_any_le() function
3183 static inline int vec_any_le(vec_char16 a, vec_bchar16 b) in vec_any_le() function
3188 static inline int vec_any_le(vec_ushort8 a, vec_ushort8 b) in vec_any_le() function
3193 static inline int vec_any_le(vec_short8 a, vec_short8 b) in vec_any_le() function
3198 static inline int vec_any_le(vec_bshort8 a, vec_short8 b) in vec_any_le() function
3203 static inline int vec_any_le(vec_short8 a, vec_bshort8 b) in vec_any_le() function
3208 static inline int vec_any_le(vec_uint4 a, vec_uint4 b) in vec_any_le() function
3213 static inline int vec_any_le(vec_int4 a, vec_int4 b) in vec_any_le() function
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h5210 vec_any_le(__vector signed char __a, __vector signed char __b) { in vec_any_le() function
5218 vec_any_le(__vector signed char __a, __vector __bool char __b) { in vec_any_le() function
5226 vec_any_le(__vector __bool char __a, __vector signed char __b) { in vec_any_le() function
5233 vec_any_le(__vector unsigned char __a, __vector unsigned char __b) { in vec_any_le() function
5241 vec_any_le(__vector unsigned char __a, __vector __bool char __b) { in vec_any_le() function
5249 vec_any_le(__vector __bool char __a, __vector unsigned char __b) { in vec_any_le() function
5257 vec_any_le(__vector __bool char __a, __vector __bool char __b) { in vec_any_le() function
5265 vec_any_le(__vector signed short __a, __vector signed short __b) { in vec_any_le() function
5273 vec_any_le(__vector signed short __a, __vector __bool short __b) { in vec_any_le() function
5281 vec_any_le(__vector __bool short __a, __vector signed short __b) { in vec_any_le() function
[all …]
H A Daltivec.h16500 static __inline__ int __ATTRS_o_ai vec_any_le(vector signed char __a, in vec_any_le() function
16505 static __inline__ int __ATTRS_o_ai vec_any_le(vector signed char __a, in vec_any_le() function
16511 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned char __a, in vec_any_le() function
16516 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned char __a, in vec_any_le() function
16522 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool char __a, in vec_any_le() function
16528 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool char __a, in vec_any_le() function
16534 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool char __a, in vec_any_le() function
16540 static __inline__ int __ATTRS_o_ai vec_any_le(vector short __a, in vec_any_le() function
16545 static __inline__ int __ATTRS_o_ai vec_any_le(vector short __a, in vec_any_le() function
16550 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned short __a, in vec_any_le() function
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h602 __altivec_scalar_pred(vec_any_le,
661 #define vec_any_le(a1, a2) __builtin_vec_vcmpge_p (__CR6_EQ_REV, (a2), (a1))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h226 #define vec_any_le __builtin_s390_vec_any_le macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h232 #define vec_any_le __builtin_s390_vec_any_le macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi17866 int vec_any_le (vector bool char, vector unsigned char);
17867 int vec_any_le (vector unsigned char, vector bool char);
17868 int vec_any_le (vector unsigned char, vector unsigned char);
17869 int vec_any_le (vector bool char, vector signed char);
17870 int vec_any_le (vector signed char, vector bool char);
17871 int vec_any_le (vector signed char, vector signed char);
17872 int vec_any_le (vector bool short, vector unsigned short);
17873 int vec_any_le (vector unsigned short, vector bool short);
17874 int vec_any_le (vector unsigned short, vector unsigned short);
17875 int vec_any_le (vector bool short, vector signed short);
[all …]
H A Dgcc.info47438 int vec_any_le (vector bool char, vector unsigned char);
47439 int vec_any_le (vector unsigned char, vector bool char);
47440 int vec_any_le (vector unsigned char, vector unsigned char);
47441 int vec_any_le (vector bool char, vector signed char);
47442 int vec_any_le (vector signed char, vector bool char);
47443 int vec_any_le (vector signed char, vector signed char);
47444 int vec_any_le (vector bool short, vector unsigned short);
47445 int vec_any_le (vector unsigned short, vector bool short);
47446 int vec_any_le (vector unsigned short, vector unsigned short);
47447 int vec_any_le (vector bool short, vector signed short);
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi18656 @tab @code{vec_any_le}
20762 int vec_any_le (vector signed __int128, vector signed __int128);
20763 int vec_any_le (vector unsigned __int128, vector unsigned __int128);
H A Dgcc.info51195 'vec_any_ge' 'vec_any_gt' 'vec_any_le'
53036 int vec_any_le (vector signed __int128, vector signed __int128);
53037 int vec_any_le (vector unsigned __int128, vector unsigned __int128);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202123779 vec_any_ge, vec_any_le.
H A DChangeLog-201427552 vec_any_eq, vec_any_ge, vec_any_gt, vec_any_le, vec_any_lt,