Home
last modified time | relevance | path

Searched defs:vec_any_le (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Headers/
Dvecintrin.h4257 vec_any_le(vector signed char __a, vector signed char __b) { in vec_any_le() function
4264 vec_any_le(vector signed char __a, vector bool char __b) { in vec_any_le() function
4271 vec_any_le(vector bool char __a, vector signed char __b) { in vec_any_le() function
4278 vec_any_le(vector unsigned char __a, vector unsigned char __b) { in vec_any_le() function
4285 vec_any_le(vector unsigned char __a, vector bool char __b) { in vec_any_le() function
4292 vec_any_le(vector bool char __a, vector unsigned char __b) { in vec_any_le() function
4299 vec_any_le(vector bool char __a, vector bool char __b) { in vec_any_le() function
4307 vec_any_le(vector signed short __a, vector signed short __b) { in vec_any_le() function
4314 vec_any_le(vector signed short __a, vector bool short __b) { in vec_any_le() function
4321 vec_any_le(vector bool short __a, vector signed short __b) { in vec_any_le() function
[all …]
Daltivec.h13720 static __inline__ int __ATTRS_o_ai vec_any_le(vector signed char __a, in vec_any_le() function
13725 static __inline__ int __ATTRS_o_ai vec_any_le(vector signed char __a, in vec_any_le() function
13731 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned char __a, in vec_any_le() function
13736 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned char __a, in vec_any_le() function
13742 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool char __a, in vec_any_le() function
13748 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool char __a, in vec_any_le() function
13754 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool char __a, in vec_any_le() function
13760 static __inline__ int __ATTRS_o_ai vec_any_le(vector short __a, in vec_any_le() function
13765 static __inline__ int __ATTRS_o_ai vec_any_le(vector short __a, in vec_any_le() function
13770 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned short __a, in vec_any_le() function
[all …]
/external/llvm-project/clang/lib/Headers/
Dvecintrin.h5116 vec_any_le(__vector signed char __a, __vector signed char __b) { in vec_any_le() function
5124 vec_any_le(__vector signed char __a, __vector __bool char __b) { in vec_any_le() function
5132 vec_any_le(__vector __bool char __a, __vector signed char __b) { in vec_any_le() function
5139 vec_any_le(__vector unsigned char __a, __vector unsigned char __b) { in vec_any_le() function
5147 vec_any_le(__vector unsigned char __a, __vector __bool char __b) { in vec_any_le() function
5155 vec_any_le(__vector __bool char __a, __vector unsigned char __b) { in vec_any_le() function
5163 vec_any_le(__vector __bool char __a, __vector __bool char __b) { in vec_any_le() function
5171 vec_any_le(__vector signed short __a, __vector signed short __b) { in vec_any_le() function
5179 vec_any_le(__vector signed short __a, __vector __bool short __b) { in vec_any_le() function
5187 vec_any_le(__vector __bool short __a, __vector signed short __b) { in vec_any_le() function
[all …]
Daltivec.h15889 static __inline__ int __ATTRS_o_ai vec_any_le(vector signed char __a, in vec_any_le() function
15894 static __inline__ int __ATTRS_o_ai vec_any_le(vector signed char __a, in vec_any_le() function
15900 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned char __a, in vec_any_le() function
15905 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned char __a, in vec_any_le() function
15911 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool char __a, in vec_any_le() function
15917 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool char __a, in vec_any_le() function
15923 static __inline__ int __ATTRS_o_ai vec_any_le(vector bool char __a, in vec_any_le() function
15929 static __inline__ int __ATTRS_o_ai vec_any_le(vector short __a, in vec_any_le() function
15934 static __inline__ int __ATTRS_o_ai vec_any_le(vector short __a, in vec_any_le() function
15939 static __inline__ int __ATTRS_o_ai vec_any_le(vector unsigned short __a, in vec_any_le() function
[all …]