Searched refs:vec_any_le (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h386 __altivec_scalar_pred(vec_any_le,
436 #define vec_any_le(a1, a2) __builtin_vec_vcmpge_p (__CR6_EQ_REV, (a2), (a1))
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h5045 /*-- vec_any_le -------------------------------------------------------------*/
5048 vec_any_le(vector signed char __a, vector signed char __b) { function
5056 vec_any_le(vector signed char __a, vector bool char __b) { function
5064 vec_any_le(vector bool char __a, vector signed char __b) { function
5071 vec_any_le(vector unsigned char __a, vector unsigned char __b) { function
5079 vec_any_le(vector unsigned char __a, vector bool char __b) { function
5087 vec_any_le(vector bool char __a, vector unsigned char __b) { function
5095 vec_any_le(vector bool char __a, vector bool char __b) { function
5103 vec_any_le(vector signed short __a, vector signed short __b) { function
5111 vec_any_le(vecto function
5119 vec_any_le(vector bool short __a, vector signed short __b) { function
5126 vec_any_le(vector unsigned short __a, vector unsigned short __b) { function
5134 vec_any_le(vector unsigned short __a, vector bool short __b) { function
5142 vec_any_le(vector bool short __a, vector unsigned short __b) { function
5150 vec_any_le(vector bool short __a, vector bool short __b) { function
5158 vec_any_le(vector signed int __a, vector signed int __b) { function
5166 vec_any_le(vector signed int __a, vector bool int __b) { function
5174 vec_any_le(vector bool int __a, vector signed int __b) { function
5181 vec_any_le(vector unsigned int __a, vector unsigned int __b) { function
5189 vec_any_le(vector unsigned int __a, vector bool int __b) { function
5197 vec_any_le(vector bool int __a, vector unsigned int __b) { function
5205 vec_any_le(vector bool int __a, vector bool int __b) { function
5213 vec_any_le(vector signed long long __a, vector signed long long __b) { function
5221 vec_any_le(vector signed long long __a, vector bool long long __b) { function
5229 vec_any_le(vector bool long long __a, vector signed long long __b) { function
5236 vec_any_le(vector unsigned long long __a, vector unsigned long long __b) { function
5244 vec_any_le(vector unsigned long long __a, vector bool long long __b) { function
5252 vec_any_le(vector bool long long __a, vector unsigned long long __b) { function
5260 vec_any_le(vector bool long long __a, vector bool long long __b) { function
5269 vec_any_le(vector float __a, vector float __b) { function
5277 vec_any_le(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h15403 /* vec_any_le */
15405 static __inline__ int __ATTRS_o_ai vec_any_le(vector signed char __a, function
15410 static __inline__ int __ATTRS_o_ai vec_any_le(vector signed char __a, function
15416 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned char __a, function
15421 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned char __a, function
15427 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool char __a, function
15433 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool char __a, function
15439 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool char __a, function
15445 static __inline__ int __ATTRS_o_ai vec_any_le(vector short __a, function
15450 static __inline__ int __ATTRS_o_ai vec_any_le(vecto function
15455 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned short __a, function
15460 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned short __a, function
15466 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool short __a, function
15472 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool short __a, function
15478 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool short __a, function
15484 static __inline__ int __ATTRS_o_ai vec_any_le(vector int __a, vector int __b) { function
15488 static __inline__ int __ATTRS_o_ai vec_any_le(vector int __a, function
15493 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned int __a, function
15498 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned int __a, function
15504 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool int __a, function
15510 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool int __a, function
15516 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool int __a, function
15523 static __inline__ int __ATTRS_o_ai vec_any_le(vector signed long long __a, function
15528 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned long long __a, function
15533 static __inline__ int __ATTRS_o_ai vec_any_le(vector signed long long __a, function
15539 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned long long __a, function
15545 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool long long __a, function
15552 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool long long __a, function
15558 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool long long __a, function
15566 static __inline__ int __ATTRS_o_ai vec_any_le(vector float __a, function
15576 static __inline__ int __ATTRS_o_ai vec_any_le(vector double __a, function
[all...]

Completed in 267 milliseconds