Searched refs:vec_any_nge (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h395 __altivec_scalar_pred(vec_any_nge,
441 #define vec_any_nge(a1, a2) __builtin_altivec_vcmpgefp_p (__CR6_LT_REV, (a1), (a2))
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.h5683 /*-- vec_any_nge ------------------------------------------------------------*/
5687 vec_any_nge(__vector float __a, __vector float __b) { function
5695 vec_any_nge(__vector double __a, __vector double __b) { function
H A Daltivec.h17210 /* vec_any_nge */
17212 static __inline__ int __ATTRS_o_ai vec_any_nge(vector float __a, function
17222 static __inline__ int __ATTRS_o_ai vec_any_nge(vector double __a, function
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h6020 /* vec_any_nge */
6023 vec_any_nge (vector float a1, vector float a2) function
8524 #define vec_any_nge(a1, a2) __builtin_altivec_vcmpgefp_p (__CR6_LT_REV, (a1), (a2)) macro

Completed in 414 milliseconds