Home
last modified time | relevance | path

Searched defs:vec_all_lt (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h3897 vec_all_lt(__vector signed char __a, __vector signed char __b) { in vec_all_lt() function
3905 vec_all_lt(__vector signed char __a, __vector __bool char __b) { in vec_all_lt() function
3913 vec_all_lt(__vector __bool char __a, __vector signed char __b) { in vec_all_lt() function
3920 vec_all_lt(__vector unsigned char __a, __vector unsigned char __b) { in vec_all_lt() function
3928 vec_all_lt(__vector unsigned char __a, __vector __bool char __b) { in vec_all_lt() function
3936 vec_all_lt(__vector __bool char __a, __vector unsigned char __b) { in vec_all_lt() function
3944 vec_all_lt(__vector __bool char __a, __vector __bool char __b) { in vec_all_lt() function
3952 vec_all_lt(__vector signed short __a, __vector signed short __b) { in vec_all_lt() function
3960 vec_all_lt(__vecto function
3968 vec_all_lt(__vector __bool short __a, __vector signed short __b) { vec_all_lt() function
3975 vec_all_lt(__vector unsigned short __a, __vector unsigned short __b) { vec_all_lt() function
3983 vec_all_lt(__vector unsigned short __a, __vector __bool short __b) { vec_all_lt() function
3991 vec_all_lt(__vector __bool short __a, __vector unsigned short __b) { vec_all_lt() function
3999 vec_all_lt(__vector __bool short __a, __vector __bool short __b) { vec_all_lt() function
4007 vec_all_lt(__vector signed int __a, __vector signed int __b) { vec_all_lt() function
4015 vec_all_lt(__vector signed int __a, __vector __bool int __b) { vec_all_lt() function
4023 vec_all_lt(__vector __bool int __a, __vector signed int __b) { vec_all_lt() function
4030 vec_all_lt(__vector unsigned int __a, __vector unsigned int __b) { vec_all_lt() function
4038 vec_all_lt(__vector unsigned int __a, __vector __bool int __b) { vec_all_lt() function
4046 vec_all_lt(__vector __bool int __a, __vector unsigned int __b) { vec_all_lt() function
4054 vec_all_lt(__vector __bool int __a, __vector __bool int __b) { vec_all_lt() function
4062 vec_all_lt(__vector signed long long __a, __vector signed long long __b) { vec_all_lt() function
4070 vec_all_lt(__vector signed long long __a, __vector __bool long long __b) { vec_all_lt() function
4078 vec_all_lt(__vector __bool long long __a, __vector signed long long __b) { vec_all_lt() function
4085 vec_all_lt(__vector unsigned long long __a, __vector unsigned long long __b) { vec_all_lt() function
4093 vec_all_lt(__vector unsigned long long __a, __vector __bool long long __b) { vec_all_lt() function
4101 vec_all_lt(__vector __bool long long __a, __vector unsigned long long __b) { vec_all_lt() function
4109 vec_all_lt(__vector __bool long long __a, __vector __bool long long __b) { vec_all_lt() function
4118 vec_all_lt(__vector float __a, __vector float __b) { vec_all_lt() function
4126 vec_all_lt(__vector double __a, __vector double __b) { vec_all_lt() function
[all...]
H A Daltivec.h15558 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed char __a, in vec_all_lt() function
15563 static __inline__ int __ATTRS_o_ai vec_all_lt(vector signed char __a, in vec_all_lt() function
15568 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned char __a, in vec_all_lt() function
15573 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned char __a, in vec_all_lt() function
15578 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function
15583 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function
15588 static __inline__ int __ATTRS_o_ai vec_all_lt(vector bool char __a, in vec_all_lt() function
15594 static __inline__ int __ATTRS_o_ai vec_all_lt(vector short __a, in vec_all_lt() function
15599 static __inline__ int __ATTRS_o_ai vec_all_lt(vector short __a, in vec_all_lt() function
15604 static __inline__ int __ATTRS_o_ai vec_all_lt(vector unsigned short __a, in vec_all_lt() function
[all …]