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.h13209 static int __ATTRS_o_ai vec_any_le(vector signed char __a, in vec_any_le() function
13214 static int __ATTRS_o_ai vec_any_le(vector signed char __a, in vec_any_le() function
13220 static int __ATTRS_o_ai vec_any_le(vector unsigned char __a, in vec_any_le() function
13225 static int __ATTRS_o_ai vec_any_le(vector unsigned char __a, in vec_any_le() function
13231 static int __ATTRS_o_ai vec_any_le(vector bool char __a, in vec_any_le() function
13237 static int __ATTRS_o_ai vec_any_le(vector bool char __a, in vec_any_le() function
13243 static int __ATTRS_o_ai vec_any_le(vector bool char __a, vector bool char __b) { in vec_any_le() function
13248 static int __ATTRS_o_ai vec_any_le(vector short __a, vector short __b) { in vec_any_le() function
13252 static int __ATTRS_o_ai vec_any_le(vector short __a, vector bool short __b) { in vec_any_le() function
13256 static int __ATTRS_o_ai vec_any_le(vector unsigned short __a, in vec_any_le() function
[all …]