Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h3421 vec_all_gt(__vector signed char __a, __vector signed char __b) { in vec_all_gt() function
3429 vec_all_gt(__vector signed char __a, __vector __bool char __b) { in vec_all_gt() function
3437 vec_all_gt(__vector __bool char __a, __vector signed char __b) { in vec_all_gt() function
3444 vec_all_gt(__vector unsigned char __a, __vector unsigned char __b) { in vec_all_gt() function
3452 vec_all_gt(__vector unsigned char __a, __vector __bool char __b) { in vec_all_gt() function
3460 vec_all_gt(__vector __bool char __a, __vector unsigned char __b) { in vec_all_gt() function
3468 vec_all_gt(__vector __bool char __a, __vector __bool char __b) { in vec_all_gt() function
3476 vec_all_gt(__vector signed short __a, __vector signed short __b) { in vec_all_gt() function
3484 vec_all_gt(__vecto function
3492 vec_all_gt(__vector __bool short __a, __vector signed short __b) { vec_all_gt() function
3499 vec_all_gt(__vector unsigned short __a, __vector unsigned short __b) { vec_all_gt() function
3507 vec_all_gt(__vector unsigned short __a, __vector __bool short __b) { vec_all_gt() function
3515 vec_all_gt(__vector __bool short __a, __vector unsigned short __b) { vec_all_gt() function
3523 vec_all_gt(__vector __bool short __a, __vector __bool short __b) { vec_all_gt() function
3531 vec_all_gt(__vector signed int __a, __vector signed int __b) { vec_all_gt() function
3539 vec_all_gt(__vector signed int __a, __vector __bool int __b) { vec_all_gt() function
3547 vec_all_gt(__vector __bool int __a, __vector signed int __b) { vec_all_gt() function
3554 vec_all_gt(__vector unsigned int __a, __vector unsigned int __b) { vec_all_gt() function
3562 vec_all_gt(__vector unsigned int __a, __vector __bool int __b) { vec_all_gt() function
3570 vec_all_gt(__vector __bool int __a, __vector unsigned int __b) { vec_all_gt() function
3578 vec_all_gt(__vector __bool int __a, __vector __bool int __b) { vec_all_gt() function
3586 vec_all_gt(__vector signed long long __a, __vector signed long long __b) { vec_all_gt() function
3594 vec_all_gt(__vector signed long long __a, __vector __bool long long __b) { vec_all_gt() function
3602 vec_all_gt(__vector __bool long long __a, __vector signed long long __b) { vec_all_gt() function
3609 vec_all_gt(__vector unsigned long long __a, __vector unsigned long long __b) { vec_all_gt() function
3617 vec_all_gt(__vector unsigned long long __a, __vector __bool long long __b) { vec_all_gt() function
3625 vec_all_gt(__vector __bool long long __a, __vector unsigned long long __b) { vec_all_gt() function
3633 vec_all_gt(__vector __bool long long __a, __vector __bool long long __b) { vec_all_gt() function
3642 vec_all_gt(__vector float __a, __vector float __b) { vec_all_gt() function
3650 vec_all_gt(__vector double __a, __vector double __b) { vec_all_gt() function
[all...]
H A Daltivec.h15190 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt() function
15195 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt() function
15200 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt() function
15205 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt() function
15210 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function
15215 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function
15220 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function
15226 static __inline__ int __ATTRS_o_ai vec_all_gt(vector short __a, in vec_all_gt() function
15231 static __inline__ int __ATTRS_o_ai vec_all_gt(vector short __a, in vec_all_gt() function
15236 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned short __a, in vec_all_gt() function
[all …]