Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h3183 vec_all_ge(__vector signed char __a, __vector signed char __b) { in vec_all_ge() function
3191 vec_all_ge(__vector signed char __a, __vector __bool char __b) { in vec_all_ge() function
3199 vec_all_ge(__vector __bool char __a, __vector signed char __b) { in vec_all_ge() function
3206 vec_all_ge(__vector unsigned char __a, __vector unsigned char __b) { in vec_all_ge() function
3214 vec_all_ge(__vector unsigned char __a, __vector __bool char __b) { in vec_all_ge() function
3222 vec_all_ge(__vector __bool char __a, __vector unsigned char __b) { in vec_all_ge() function
3230 vec_all_ge(__vector __bool char __a, __vector __bool char __b) { in vec_all_ge() function
3238 vec_all_ge(__vector signed short __a, __vector signed short __b) { in vec_all_ge() function
3246 vec_all_ge(__vecto function
3254 vec_all_ge(__vector __bool short __a, __vector signed short __b) { vec_all_ge() function
3261 vec_all_ge(__vector unsigned short __a, __vector unsigned short __b) { vec_all_ge() function
3269 vec_all_ge(__vector unsigned short __a, __vector __bool short __b) { vec_all_ge() function
3277 vec_all_ge(__vector __bool short __a, __vector unsigned short __b) { vec_all_ge() function
3285 vec_all_ge(__vector __bool short __a, __vector __bool short __b) { vec_all_ge() function
3293 vec_all_ge(__vector signed int __a, __vector signed int __b) { vec_all_ge() function
3301 vec_all_ge(__vector signed int __a, __vector __bool int __b) { vec_all_ge() function
3309 vec_all_ge(__vector __bool int __a, __vector signed int __b) { vec_all_ge() function
3316 vec_all_ge(__vector unsigned int __a, __vector unsigned int __b) { vec_all_ge() function
3324 vec_all_ge(__vector unsigned int __a, __vector __bool int __b) { vec_all_ge() function
3332 vec_all_ge(__vector __bool int __a, __vector unsigned int __b) { vec_all_ge() function
3340 vec_all_ge(__vector __bool int __a, __vector __bool int __b) { vec_all_ge() function
3348 vec_all_ge(__vector signed long long __a, __vector signed long long __b) { vec_all_ge() function
3356 vec_all_ge(__vector signed long long __a, __vector __bool long long __b) { vec_all_ge() function
3364 vec_all_ge(__vector __bool long long __a, __vector signed long long __b) { vec_all_ge() function
3371 vec_all_ge(__vector unsigned long long __a, __vector unsigned long long __b) { vec_all_ge() function
3379 vec_all_ge(__vector unsigned long long __a, __vector __bool long long __b) { vec_all_ge() function
3387 vec_all_ge(__vector __bool long long __a, __vector unsigned long long __b) { vec_all_ge() function
3395 vec_all_ge(__vector __bool long long __a, __vector __bool long long __b) { vec_all_ge() function
3404 vec_all_ge(__vector float __a, __vector float __b) { vec_all_ge() function
3412 vec_all_ge(__vector double __a, __vector double __b) { vec_all_ge() function
[all...]
H A Daltivec.h15010 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed char __a, in vec_all_ge() function
15015 static __inline__ int __ATTRS_o_ai vec_all_ge(vector signed char __a, in vec_all_ge() function
15020 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, in vec_all_ge() function
15025 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned char __a, in vec_all_ge() function
15030 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function
15035 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function
15040 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function
15046 static __inline__ int __ATTRS_o_ai vec_all_ge(vector short __a, in vec_all_ge() function
15051 static __inline__ int __ATTRS_o_ai vec_all_ge(vector short __a, in vec_all_ge() function
15056 static __inline__ int __ATTRS_o_ai vec_all_ge(vector unsigned short __a, in vec_all_ge() function
[all …]