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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h4572 vec_any_ge(vector signed char __a, vector signed char __b) { function
4580 vec_any_ge(vector signed char __a, vector bool char __b) { function
4588 vec_any_ge(vector bool char __a, vector signed char __b) { function
4595 vec_any_ge(vector unsigned char __a, vector unsigned char __b) { function
4603 vec_any_ge(vector unsigned char __a, vector bool char __b) { function
4611 vec_any_ge(vector bool char __a, vector unsigned char __b) { function
4619 vec_any_ge(vector bool char __a, vector bool char __b) { function
4627 vec_any_ge(vector signed short __a, vector signed short __b) { function
4635 vec_any_ge(vecto function
4643 vec_any_ge(vector bool short __a, vector signed short __b) { function
4650 vec_any_ge(vector unsigned short __a, vector unsigned short __b) { function
4658 vec_any_ge(vector unsigned short __a, vector bool short __b) { function
4666 vec_any_ge(vector bool short __a, vector unsigned short __b) { function
4674 vec_any_ge(vector bool short __a, vector bool short __b) { function
4682 vec_any_ge(vector signed int __a, vector signed int __b) { function
4690 vec_any_ge(vector signed int __a, vector bool int __b) { function
4698 vec_any_ge(vector bool int __a, vector signed int __b) { function
4705 vec_any_ge(vector unsigned int __a, vector unsigned int __b) { function
4713 vec_any_ge(vector unsigned int __a, vector bool int __b) { function
4721 vec_any_ge(vector bool int __a, vector unsigned int __b) { function
4729 vec_any_ge(vector bool int __a, vector bool int __b) { function
4737 vec_any_ge(vector signed long long __a, vector signed long long __b) { function
4745 vec_any_ge(vector signed long long __a, vector bool long long __b) { function
4753 vec_any_ge(vector bool long long __a, vector signed long long __b) { function
4760 vec_any_ge(vector unsigned long long __a, vector unsigned long long __b) { function
4768 vec_any_ge(vector unsigned long long __a, vector bool long long __b) { function
4776 vec_any_ge(vector bool long long __a, vector unsigned long long __b) { function
4784 vec_any_ge(vector bool long long __a, vector bool long long __b) { function
4793 vec_any_ge(vector float __a, vector float __b) { function
4801 vec_any_ge(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h15047 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed char __a, function
15052 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed char __a, function
15058 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, function
15063 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, function
15069 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, function
15075 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, function
15081 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, function
15087 static __inline__ int __ATTRS_o_ai vec_any_ge(vector short __a, function
15092 static __inline__ int __ATTRS_o_ai vec_any_ge(vecto function
15097 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned short __a, function
15102 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned short __a, function
15108 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool short __a, function
15114 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool short __a, function
15120 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool short __a, function
15126 static __inline__ int __ATTRS_o_ai vec_any_ge(vector int __a, vector int __b) { function
15130 static __inline__ int __ATTRS_o_ai vec_any_ge(vector int __a, function
15135 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned int __a, function
15140 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned int __a, function
15146 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool int __a, function
15152 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool int __a, function
15158 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool int __a, function
15165 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed long long __a, function
15170 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned long long __a, function
15175 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed long long __a, function
15181 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned long long __a, function
15187 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool long long __a, function
15194 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool long long __a, function
15200 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool long long __a, function
15208 static __inline__ int __ATTRS_o_ai vec_any_ge(vector float __a, function
15218 static __inline__ int __ATTRS_o_ai vec_any_ge(vector double __a, function
[all...]

Completed in 353 milliseconds