Searched refs:vec_all_ngt (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | vecintrin.h | 84 #define vec_all_nlt(X, Y) vec_all_ngt ((Y), (X)) 310 #define vec_all_ngt __builtin_s390_vec_all_ngt macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | vecintrin.h | 84 #define vec_all_nlt(X, Y) vec_all_ngt ((Y), (X)) 316 #define vec_all_ngt __builtin_s390_vec_all_ngt macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | altivec.h | 237 __altivec_scalar_pred(vec_all_ngt, 302 #define vec_all_ngt(a1, a2) __builtin_vec_vcmpgt_p (__CR6_EQ, (a1), (a2))
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 586 __altivec_scalar_pred(vec_all_ngt, 651 #define vec_all_ngt(a1, a2) __builtin_vec_vcmpgt_p (__CR6_EQ, (a1), (a2))
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 2922 static inline int vec_all_ngt(vec_float4 a, vec_float4 b) in vec_all_ngt() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | vecintrin.h | 4153 vec_all_ngt(__vector float __a, __vector float __b) { in vec_all_ngt() function 4161 vec_all_ngt(__vector double __a, __vector double __b) { in vec_all_ngt() function
|
H A D | altivec.h | 15847 static __inline__ int __ATTRS_o_ai vec_all_ngt(vector float __a, in vec_all_ngt() function 15857 static __inline__ int __ATTRS_o_ai vec_all_ngt(vector double __a, in vec_all_ngt() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | extend.texi | 17744 int vec_all_ngt (vector float, vector float); 19423 int vec_all_ngt (vector double, vector double);
|
H A D | gcc.info | 47316 int vec_all_ngt (vector float, vector float); 48993 int vec_all_ngt (vector double, vector double);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | extend.texi | 18647 @tab @code{vec_all_ngt}
|
H A D | gcc.info | 51192 'vec_all_ne' 'vec_all_nge' 'vec_all_ngt'
|