Searched defs:vec_all_le (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h3496 vec_all_le(vector signed char __a, vector signed char __b) { function
3504 vec_all_le(vector signed char __a, vector bool char __b) { function
3512 vec_all_le(vector bool char __a, vector signed char __b) { function
3519 vec_all_le(vector unsigned char __a, vector unsigned char __b) { function
3527 vec_all_le(vector unsigned char __a, vector bool char __b) { function
3535 vec_all_le(vector bool char __a, vector unsigned char __b) { function
3543 vec_all_le(vector bool char __a, vector bool char __b) { function
3551 vec_all_le(vector signed short __a, vector signed short __b) { function
3559 vec_all_le(vecto function
3567 vec_all_le(vector bool short __a, vector signed short __b) { function
3574 vec_all_le(vector unsigned short __a, vector unsigned short __b) { function
3582 vec_all_le(vector unsigned short __a, vector bool short __b) { function
3590 vec_all_le(vector bool short __a, vector unsigned short __b) { function
3598 vec_all_le(vector bool short __a, vector bool short __b) { function
3606 vec_all_le(vector signed int __a, vector signed int __b) { function
3614 vec_all_le(vector signed int __a, vector bool int __b) { function
3622 vec_all_le(vector bool int __a, vector signed int __b) { function
3629 vec_all_le(vector unsigned int __a, vector unsigned int __b) { function
3637 vec_all_le(vector unsigned int __a, vector bool int __b) { function
3645 vec_all_le(vector bool int __a, vector unsigned int __b) { function
3653 vec_all_le(vector bool int __a, vector bool int __b) { function
3661 vec_all_le(vector signed long long __a, vector signed long long __b) { function
3669 vec_all_le(vector signed long long __a, vector bool long long __b) { function
3677 vec_all_le(vector bool long long __a, vector signed long long __b) { function
3684 vec_all_le(vector unsigned long long __a, vector unsigned long long __b) { function
3692 vec_all_le(vector unsigned long long __a, vector bool long long __b) { function
3700 vec_all_le(vector bool long long __a, vector unsigned long long __b) { function
3708 vec_all_le(vector bool long long __a, vector bool long long __b) { function
3717 vec_all_le(vector float __a, vector float __b) { function
3725 vec_all_le(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h14254 static __inline__ int __ATTRS_o_ai vec_all_le(vector signed char __a, function
14259 static __inline__ int __ATTRS_o_ai vec_all_le(vector signed char __a, function
14264 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned char __a, function
14269 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned char __a, function
14274 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool char __a, function
14280 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool char __a, function
14285 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool char __a, function
14291 static __inline__ int __ATTRS_o_ai vec_all_le(vector short __a, function
14296 static __inline__ int __ATTRS_o_ai vec_all_le(vecto function
14301 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned short __a, function
14306 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned short __a, function
14312 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool short __a, function
14318 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool short __a, function
14324 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool short __a, function
14330 static __inline__ int __ATTRS_o_ai vec_all_le(vector int __a, vector int __b) { function
14334 static __inline__ int __ATTRS_o_ai vec_all_le(vector int __a, function
14339 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned int __a, function
14344 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned int __a, function
14349 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool int __a, function
14355 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool int __a, function
14360 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool int __a, function
14367 static __inline__ int __ATTRS_o_ai vec_all_le(vector signed long long __a, function
14372 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned long long __a, function
14377 static __inline__ int __ATTRS_o_ai vec_all_le(vector signed long long __a, function
14383 static __inline__ int __ATTRS_o_ai vec_all_le(vector unsigned long long __a, function
14389 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool long long __a, function
14395 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool long long __a, function
14401 static __inline__ int __ATTRS_o_ai vec_all_le(vector bool long long __a, function
14408 static __inline__ int __ATTRS_o_ai vec_all_le(vector float __a, function
14418 static __inline__ int __ATTRS_o_ai vec_all_le(vector double __a, function
[all...]

Completed in 213 milliseconds