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

/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h363 __altivec_scalar_pred(vec_all_lt,
422 #define vec_all_lt(a1, a2) __builtin_vec_vcmpgt_p (__CR6_LT, (a2), (a1))
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.h3893 /*-- vec_all_lt -------------------------------------------------------------*/
3896 vec_all_lt(__vector signed char __a, __vector signed char __b) { function
3904 vec_all_lt(__vector signed char __a, __vector __bool char __b) { function
3912 vec_all_lt(__vector __bool char __a, __vector signed char __b) { function
3919 vec_all_lt(__vector unsigned char __a, __vector unsigned char __b) { function
3927 vec_all_lt(__vector unsigned char __a, __vector __bool char __b) { function
3935 vec_all_lt(__vector __bool char __a, __vector unsigned char __b) { function
3943 vec_all_lt(__vector __bool char __a, __vector __bool char __b) { function
3951 vec_all_lt(__vector signed short __a, __vector signed short __b) { function
3959 vec_all_lt(__vecto function
3967 vec_all_lt(__vector __bool short __a, __vector signed short __b) { function
3974 vec_all_lt(__vector unsigned short __a, __vector unsigned short __b) { function
3982 vec_all_lt(__vector unsigned short __a, __vector __bool short __b) { function
3990 vec_all_lt(__vector __bool short __a, __vector unsigned short __b) { function
3998 vec_all_lt(__vector __bool short __a, __vector __bool short __b) { function
4006 vec_all_lt(__vector signed int __a, __vector signed int __b) { function
4014 vec_all_lt(__vector signed int __a, __vector __bool int __b) { function
4022 vec_all_lt(__vector __bool int __a, __vector signed int __b) { function
4029 vec_all_lt(__vector unsigned int __a, __vector unsigned int __b) { function
4037 vec_all_lt(__vector unsigned int __a, __vector __bool int __b) { function
4045 vec_all_lt(__vector __bool int __a, __vector unsigned int __b) { function
4053 vec_all_lt(__vector __bool int __a, __vector __bool int __b) { function
4061 vec_all_lt(__vector signed long long __a, __vector signed long long __b) { function
4069 vec_all_lt(__vector signed long long __a, __vector __bool long long __b) { function
4077 vec_all_lt(__vector __bool long long __a, __vector signed long long __b) { function
4084 vec_all_lt(__vector unsigned long long __a, __vector unsigned long long __b) { function
4092 vec_all_lt(__vector unsigned long long __a, __vector __bool long long __b) { function
4100 vec_all_lt(__vector __bool long long __a, __vector unsigned long long __b) { function
4108 vec_all_lt(__vector __bool long long __a, __vector __bool long long __b) { function
4117 vec_all_lt(__vector float __a, __vector float __b) { function
4125 vec_all_lt(__vector double __a, __vector double __b) { function
[all...]
H A Daltivec.h15525 /* vec_all_lt */
15527 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed char __a, function
15532 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed char __a, function
15537 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned char __a, function
15542 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned char __a, function
15547 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, function
15552 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, function
15557 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, function
15563 static __inline__ int __ATTRS_o_ai vec_all_lt(vector short __a, function
15568 static __inline__ int __ATTRS_o_ai vec_all_lt(vecto function
15573 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned short __a, function
15578 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned short __a, function
15584 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool short __a, function
15589 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool short __a, function
15595 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool short __a, function
15601 static __inline__ int __ATTRS_o_ai vec_all_lt(vector int __a, vector int __b) { function
15605 static __inline__ int __ATTRS_o_ai vec_all_lt(vector int __a, function
15610 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned int __a, function
15615 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned int __a, function
15620 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool int __a, function
15625 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool int __a, function
15630 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool int __a, function
15637 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed long long __a, function
15642 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned long long __a, function
15647 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed long long __a, function
15653 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned long long __a, function
15659 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool long long __a, function
15665 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool long long __a, function
15671 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool long long __a, function
15678 static __inline__ int __ATTRS_o_ai vec_all_lt(vector float __a, function
15688 static __inline__ int __ATTRS_o_ai vec_all_lt(vector double __a, function
15695 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed __int128 __a, function
15700 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned __int128 __a, function
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h5324 /* vec_all_lt */
5327 vec_all_lt (vector signed char a1, vector unsigned char a2) function
5333 vec_all_lt (vector unsigned char a1, vector signed char a2) function
5339 vec_all_lt (vector unsigned char a1, vector unsigned char a2) function
5345 vec_all_lt (vector signed char a1, vector signed char a2) function
5351 vec_all_lt (vector signed short a1, vector unsigned short a2) function
5357 vec_all_lt (vector unsigned short a1, vector signed short a2) function
5363 vec_all_lt (vector unsigned short a1, vector unsigned short a2) function
5369 vec_all_lt (vector signed short a1, vector signed short a2) function
5375 vec_all_lt (vecto function
5381 vec_all_lt (vector unsigned int a1, vector signed int a2) function
5387 vec_all_lt (vector unsigned int a1, vector unsigned int a2) function
5393 vec_all_lt (vector signed int a1, vector signed int a2) function
5399 vec_all_lt (vector float a1, vector float a2) function
8278 #define vec_all_lt macro
[all...]

Completed in 517 milliseconds