Home
last modified time | relevance | path

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 Dvecintrin.h84 #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 Dvecintrin.h84 #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 Daltivec.h237 __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 Daltivec.h586 __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 Dvmx2spu.h2922 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 Dvecintrin.h4153 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 Daltivec.h15847 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 Dextend.texi17744 int vec_all_ngt (vector float, vector float);
19423 int vec_all_ngt (vector double, vector double);
H A Dgcc.info47316 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 Dextend.texi18647 @tab @code{vec_all_ngt}
H A Dgcc.info51192 'vec_all_ne' 'vec_all_nge' 'vec_all_ngt'