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

/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h384 __altivec_scalar_pred(vec_all_ge,
435 #define vec_all_ge(a1, a2) __builtin_vec_vcmpge_p (__CR6_LT, (a1), (a2))
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.h3179 /*-- vec_all_ge -------------------------------------------------------------*/
3182 vec_all_ge(__vector signed char __a, __vector signed char __b) { function
3190 vec_all_ge(__vector signed char __a, __vector __bool char __b) { function
3198 vec_all_ge(__vector __bool char __a, __vector signed char __b) { function
3205 vec_all_ge(__vector unsigned char __a, __vector unsigned char __b) { function
3213 vec_all_ge(__vector unsigned char __a, __vector __bool char __b) { function
3221 vec_all_ge(__vector __bool char __a, __vector unsigned char __b) { function
3229 vec_all_ge(__vector __bool char __a, __vector __bool char __b) { function
3237 vec_all_ge(__vector signed short __a, __vector signed short __b) { function
3245 vec_all_ge(__vecto function
3253 vec_all_ge(__vector __bool short __a, __vector signed short __b) { function
3260 vec_all_ge(__vector unsigned short __a, __vector unsigned short __b) { function
3268 vec_all_ge(__vector unsigned short __a, __vector __bool short __b) { function
3276 vec_all_ge(__vector __bool short __a, __vector unsigned short __b) { function
3284 vec_all_ge(__vector __bool short __a, __vector __bool short __b) { function
3292 vec_all_ge(__vector signed int __a, __vector signed int __b) { function
3300 vec_all_ge(__vector signed int __a, __vector __bool int __b) { function
3308 vec_all_ge(__vector __bool int __a, __vector signed int __b) { function
3315 vec_all_ge(__vector unsigned int __a, __vector unsigned int __b) { function
3323 vec_all_ge(__vector unsigned int __a, __vector __bool int __b) { function
3331 vec_all_ge(__vector __bool int __a, __vector unsigned int __b) { function
3339 vec_all_ge(__vector __bool int __a, __vector __bool int __b) { function
3347 vec_all_ge(__vector signed long long __a, __vector signed long long __b) { function
3355 vec_all_ge(__vector signed long long __a, __vector __bool long long __b) { function
3363 vec_all_ge(__vector __bool long long __a, __vector signed long long __b) { function
3370 vec_all_ge(__vector unsigned long long __a, __vector unsigned long long __b) { function
3378 vec_all_ge(__vector unsigned long long __a, __vector __bool long long __b) { function
3386 vec_all_ge(__vector __bool long long __a, __vector unsigned long long __b) { function
3394 vec_all_ge(__vector __bool long long __a, __vector __bool long long __b) { function
3403 vec_all_ge(__vector float __a, __vector float __b) { function
3411 vec_all_ge(__vector double __a, __vector double __b) { function
[all...]
H A Daltivec.h14977 /* vec_all_ge */
14979 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed char __a, function
14984 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed char __a, function
14989 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, function
14994 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, function
14999 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, function
15004 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, function
15009 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, function
15015 static __inline__ int __ATTRS_o_ai vec_all_ge(vector short __a, function
15020 static __inline__ int __ATTRS_o_ai vec_all_ge(vecto function
15025 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned short __a, function
15030 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned short __a, function
15036 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool short __a, function
15041 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool short __a, function
15047 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool short __a, function
15053 static __inline__ int __ATTRS_o_ai vec_all_ge(vector int __a, vector int __b) { function
15057 static __inline__ int __ATTRS_o_ai vec_all_ge(vector int __a, function
15062 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned int __a, function
15067 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned int __a, function
15072 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, function
15077 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, function
15082 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, function
15089 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed long long __a, function
15093 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed long long __a, function
15099 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned long long __a, function
15104 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned long long __a, function
15110 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool long long __a, function
15116 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool long long __a, function
15122 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool long long __a, function
15129 static __inline__ int __ATTRS_o_ai vec_all_ge(vector float __a, function
15139 static __inline__ int __ATTRS_o_ai vec_all_ge(vector double __a, function
15146 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed __int128 __a, function
15151 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned __int128 __a, function
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h5076 /* vec_all_ge */
5079 vec_all_ge (vector signed char a1, vector unsigned char a2) function
5085 vec_all_ge (vector unsigned char a1, vector signed char a2) function
5091 vec_all_ge (vector unsigned char a1, vector unsigned char a2) function
5097 vec_all_ge (vector signed char a1, vector signed char a2) function
5103 vec_all_ge (vector signed short a1, vector unsigned short a2) function
5109 vec_all_ge (vector unsigned short a1, vector signed short a2) function
5115 vec_all_ge (vector unsigned short a1, vector unsigned short a2) function
5121 vec_all_ge (vector signed short a1, vector signed short a2) function
5127 vec_all_ge (vecto function
5133 vec_all_ge (vector unsigned int a1, vector signed int a2) function
5139 vec_all_ge (vector unsigned int a1, vector unsigned int a2) function
5145 vec_all_ge (vector signed int a1, vector signed int a2) function
5151 vec_all_ge (vector float a1, vector float a2) function
8189 #define vec_all_ge macro
[all...]

Completed in 361 milliseconds