/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | altivec.h | 210 __altivec_scalar_pred(vec_all_ne, 219 __altivec_scalar_pred(vec_all_ne, 288 #define vec_all_ne(a1, a2) __builtin_vec_vcmpne_p ((a1), (a2)) 291 #define vec_all_ne(a1, a2) __builtin_vec_vcmpeq_p (__CR6_EQ, (a1), (a2))
|
H A D | vector.md | 962 ;; implementation of the vec_all_ne built-in functions on Power9. 1021 ;; vec_all_ne built-in function on Power9. 1107 ;; implementation of the vec_all_ne built-in functions. Note that the
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 559 __altivec_scalar_pred(vec_all_ne, 568 __altivec_scalar_pred(vec_all_ne, 637 #define vec_all_ne(a1, a2) __builtin_vec_vcmpne_p ((a1), (a2)) 640 #define vec_all_ne(a1, a2) __builtin_vec_vcmpeq_p (__CR6_EQ, (a1), (a2))
|
H A D | vector.md | 898 ;; implementation of the vec_all_ne built-in functions on Power9. 957 ;; vec_all_ne built-in function on Power9. 1006 ;; implementation of the vec_all_ne built-in functions. Note that the
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 2844 static inline int vec_all_ne(vec_uchar16 a, vec_uchar16 b) in vec_all_ne() function 2849 static inline int vec_all_ne(vec_char16 a, vec_char16 b) in vec_all_ne() function 2854 static inline int vec_all_ne(vec_bchar16 a, vec_char16 b) in vec_all_ne() function 2859 static inline int vec_all_ne(vec_char16 a, vec_bchar16 b) in vec_all_ne() function 2864 static inline int vec_all_ne(vec_ushort8 a, vec_ushort8 b) in vec_all_ne() function 2869 static inline int vec_all_ne(vec_short8 a, vec_short8 b) in vec_all_ne() function 2874 static inline int vec_all_ne(vec_bshort8 a, vec_short8 b) in vec_all_ne() function 2879 static inline int vec_all_ne(vec_short8 a, vec_bshort8 b) in vec_all_ne() function 2884 static inline int vec_all_ne(vec_uint4 a, vec_uint4 b) in vec_all_ne() function 2889 static inline int vec_all_ne(vec_int4 a, vec_int4 b) in vec_all_ne() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | vecintrin.h | 2936 vec_all_ne(__vector signed char __a, __vector signed char __b) { in vec_all_ne() function 2944 vec_all_ne(__vector signed char __a, __vector __bool char __b) { in vec_all_ne() function 2952 vec_all_ne(__vector __bool char __a, __vector signed char __b) { in vec_all_ne() function 2959 vec_all_ne(__vector unsigned char __a, __vector unsigned char __b) { in vec_all_ne() function 2968 vec_all_ne(__vector unsigned char __a, __vector __bool char __b) { in vec_all_ne() function 2977 vec_all_ne(__vector __bool char __a, __vector unsigned char __b) { in vec_all_ne() function 2985 vec_all_ne(__vector __bool char __a, __vector __bool char __b) { in vec_all_ne() function 2993 vec_all_ne(__vector signed short __a, __vector signed short __b) { in vec_all_ne() function 3001 vec_all_ne(__vector signed short __a, __vector __bool short __b) { in vec_all_ne() function 3009 vec_all_ne(__vector __bool short __a, __vector signed short __b) { in vec_all_ne() function [all …]
|
H A D | altivec.h | 15629 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed char __a, in vec_all_ne() function 15635 static __inline__ int __ATTRS_o_ai vec_all_ne(vector signed char __a, in vec_all_ne() function 15641 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned char __a, in vec_all_ne() function 15647 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned char __a, in vec_all_ne() function 15653 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool char __a, in vec_all_ne() function 15659 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool char __a, in vec_all_ne() function 15665 static __inline__ int __ATTRS_o_ai vec_all_ne(vector bool char __a, in vec_all_ne() function 15671 static __inline__ int __ATTRS_o_ai vec_all_ne(vector short __a, in vec_all_ne() function 15676 static __inline__ int __ATTRS_o_ai vec_all_ne(vector short __a, in vec_all_ne() function 15681 static __inline__ int __ATTRS_o_ai vec_all_ne(vector unsigned short __a, in vec_all_ne() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | vecintrin.h | 217 #define vec_all_ne __builtin_s390_vec_all_ne macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | vecintrin.h | 223 #define vec_all_ne __builtin_s390_vec_all_ne macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | extend.texi | 17718 int vec_all_ne (vector signed char, vector bool char); 17719 int vec_all_ne (vector signed char, vector signed char); 17720 int vec_all_ne (vector unsigned char, vector bool char); 17721 int vec_all_ne (vector unsigned char, vector unsigned char); 17722 int vec_all_ne (vector bool char, vector bool char); 17723 int vec_all_ne (vector bool char, vector unsigned char); 17724 int vec_all_ne (vector bool char, vector signed char); 17725 int vec_all_ne (vector signed short, vector bool short); 17726 int vec_all_ne (vector signed short, vector signed short); 17727 int vec_all_ne (vector unsigned short, vector bool short); [all …]
|
H A D | gcc.info | 47290 int vec_all_ne (vector signed char, vector bool char); 47291 int vec_all_ne (vector signed char, vector signed char); 47292 int vec_all_ne (vector unsigned char, vector bool char); 47293 int vec_all_ne (vector unsigned char, vector unsigned char); 47294 int vec_all_ne (vector bool char, vector bool char); 47295 int vec_all_ne (vector bool char, vector unsigned char); 47296 int vec_all_ne (vector bool char, vector signed char); 47297 int vec_all_ne (vector signed short, vector bool short); 47298 int vec_all_ne (vector signed short, vector signed short); 47299 int vec_all_ne (vector unsigned short, vector bool short); [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2017 | 35464 * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and 36656 (vec_all_ne): Change parameterization of __altivec_scalar_pred 36661 (vec_all_ne): Change macro definition to use a power9-specific 36670 macro expansion so that Power9 implementation of vec_all_ne does 36686 BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does 36703 (representing vec_all_ne) to remove the previously described first
|
H A D | ChangeLog-2016 | 9102 (vec_all_ne): Revised C++ predicate template under _ARCH_PWR9 9108 (vec_all_ne): Revised macro under _ARCH_PWR9 conditional 9116 vec_all_ne and vec_any_eq built-in functions. 9119 (vector_ne_v2di_p): New expansion for implementation of vec_all_ne 9127 overloaded function prototypes for vec_all_ne, vec_all_nez,
|
H A D | ChangeLog-2021 | 23777 vec_cmpge, vec_cmple, vec_all_eq, vec_all_ne, vec_all_gt, vec_all_lt,
|
H A D | ChangeLog-2004 | 22010 (vec_all_ne): Add C++ support for vector pixel.
|
H A D | ChangeLog-2014 | 27551 vec_all_ge, vec_all_gt, vec_all_le, vec_all_lt, vec_all_ne,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | extend.texi | 18645 @item @code{vec_all_ne} 20741 int vec_all_ne (vector signed __int128, vector signed __int128); 20742 int vec_all_ne (vector unsigned __int128, vector unsigned __int128);
|
H A D | gcc.info | 51192 'vec_all_ne' 'vec_all_nge' 'vec_all_ngt' 53015 int vec_all_ne (vector signed __int128, vector signed __int128); 53016 int vec_all_ne (vector unsigned __int128, vector unsigned __int128);
|