/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | altivec.h | 249 __altivec_scalar_pred(vec_all_le, 310 #define vec_all_le(a1, a2) __builtin_vec_vcmpge_p (__CR6_LT, (a2), (a1))
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 2689 static inline int vec_all_le(vec_uchar16 a, vec_uchar16 b) in vec_all_le() function 2694 static inline int vec_all_le(vec_char16 a, vec_char16 b) in vec_all_le() function 2699 static inline int vec_all_le(vec_bchar16 a, vec_char16 b) in vec_all_le() function 2704 static inline int vec_all_le(vec_char16 a, vec_bchar16 b) in vec_all_le() function 2709 static inline int vec_all_le(vec_ushort8 a, vec_ushort8 b) in vec_all_le() function 2714 static inline int vec_all_le(vec_short8 a, vec_short8 b) in vec_all_le() function 2719 static inline int vec_all_le(vec_bshort8 a, vec_short8 b) in vec_all_le() function 2724 static inline int vec_all_le(vec_short8 a, vec_bshort8 b) in vec_all_le() function 2729 static inline int vec_all_le(vec_uint4 a, vec_uint4 b) in vec_all_le() function 2734 static inline int vec_all_le(vec_int4 a, vec_int4 b) in vec_all_le() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | vecintrin.h | 3658 vec_all_le(__vector signed char __a, __vector signed char __b) { in vec_all_le() function 3666 vec_all_le(__vector signed char __a, __vector __bool char __b) { in vec_all_le() function 3674 vec_all_le(__vector __bool char __a, __vector signed char __b) { in vec_all_le() function 3681 vec_all_le(__vector unsigned char __a, __vector unsigned char __b) { in vec_all_le() function 3689 vec_all_le(__vector unsigned char __a, __vector __bool char __b) { in vec_all_le() function 3697 vec_all_le(__vector __bool char __a, __vector unsigned char __b) { in vec_all_le() function 3705 vec_all_le(__vector __bool char __a, __vector __bool char __b) { in vec_all_le() function 3713 vec_all_le(__vector signed short __a, __vector signed short __b) { in vec_all_le() function 3721 vec_all_le(__vector signed short __a, __vector __bool short __b) { in vec_all_le() function 3729 vec_all_le(__vector __bool short __a, __vector signed short __b) { in vec_all_le() function [all …]
|
H A D | altivec.h | 15245 static __inline__ int __ATTRS_o_ai vec_all_le(vector signed char __a, in vec_all_le() function 15250 static __inline__ int __ATTRS_o_ai vec_all_le(vector signed char __a, in vec_all_le() function 15255 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned char __a, in vec_all_le() function 15260 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned char __a, in vec_all_le() function 15265 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool char __a, in vec_all_le() function 15271 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool char __a, in vec_all_le() function 15276 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool char __a, in vec_all_le() function 15282 static __inline__ int __ATTRS_o_ai vec_all_le(vector short __a, in vec_all_le() function 15287 static __inline__ int __ATTRS_o_ai vec_all_le(vector short __a, in vec_all_le() function 15292 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned short __a, in vec_all_le() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 598 __altivec_scalar_pred(vec_all_le, 659 #define vec_all_le(a1, a2) __builtin_vec_vcmpge_p (__CR6_LT, (a2), (a1))
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | vecintrin.h | 220 #define vec_all_le __builtin_s390_vec_all_le macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | vecintrin.h | 226 #define vec_all_le __builtin_s390_vec_all_le macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | extend.texi | 17676 int vec_all_le (vector bool char, vector unsigned char); 17677 int vec_all_le (vector unsigned char, vector bool char); 17678 int vec_all_le (vector unsigned char, vector unsigned char); 17679 int vec_all_le (vector bool char, vector signed char); 17680 int vec_all_le (vector signed char, vector bool char); 17681 int vec_all_le (vector signed char, vector signed char); 17682 int vec_all_le (vector bool short, vector unsigned short); 17683 int vec_all_le (vector unsigned short, vector bool short); 17684 int vec_all_le (vector unsigned short, vector unsigned short); 17685 int vec_all_le (vector bool short, vector signed short); [all …]
|
H A D | gcc.info | 47248 int vec_all_le (vector bool char, vector unsigned char); 47249 int vec_all_le (vector unsigned char, vector bool char); 47250 int vec_all_le (vector unsigned char, vector unsigned char); 47251 int vec_all_le (vector bool char, vector signed char); 47252 int vec_all_le (vector signed char, vector bool char); 47253 int vec_all_le (vector signed char, vector signed char); 47254 int vec_all_le (vector bool short, vector unsigned short); 47255 int vec_all_le (vector unsigned short, vector bool short); 47256 int vec_all_le (vector unsigned short, vector unsigned short); 47257 int vec_all_le (vector bool short, vector signed short); [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | extend.texi | 18642 @item @code{vec_all_le} 20749 int vec_all_le (vector signed __int128, vector signed __int128); 20750 int vec_all_le (vector unsigned __int128, vector unsigned __int128);
|
H A D | gcc.info | 51191 'vec_all_le' 'vec_all_lt' 'vec_all_nan' 53023 int vec_all_le (vector signed __int128, vector signed __int128); 53024 int vec_all_le (vector unsigned __int128, vector unsigned __int128);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2021 | 23778 vec_all_ge, vec_all_le, vec_any_eq, vec_any_ne, vec_any_gt, vec_any_lt,
|
H A D | ChangeLog-2014 | 27551 vec_all_ge, vec_all_gt, vec_all_le, vec_all_lt, vec_all_ne,
|