Home
last modified time | relevance | path

Searched defs:vec_any_le (Results 1 – 2 of 2) 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 …]