Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dvecintrin.h3839 vec_any_ge(vector signed char __a, vector signed char __b) { in vec_any_ge() function
3846 vec_any_ge(vector signed char __a, vector bool char __b) { in vec_any_ge() function
3853 vec_any_ge(vector bool char __a, vector signed char __b) { in vec_any_ge() function
3860 vec_any_ge(vector unsigned char __a, vector unsigned char __b) { in vec_any_ge() function
3867 vec_any_ge(vector unsigned char __a, vector bool char __b) { in vec_any_ge() function
3874 vec_any_ge(vector bool char __a, vector unsigned char __b) { in vec_any_ge() function
3881 vec_any_ge(vector bool char __a, vector bool char __b) { in vec_any_ge() function
3889 vec_any_ge(vector signed short __a, vector signed short __b) { in vec_any_ge() function
3896 vec_any_ge(vector signed short __a, vector bool short __b) { in vec_any_ge() function
3903 vec_any_ge(vector bool short __a, vector signed short __b) { in vec_any_ge() function
[all …]
Daltivec.h12869 static int __ATTRS_o_ai vec_any_ge(vector signed char __a, in vec_any_ge() function
12874 static int __ATTRS_o_ai vec_any_ge(vector signed char __a, in vec_any_ge() function
12880 static int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, in vec_any_ge() function
12885 static int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, in vec_any_ge() function
12891 static int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function
12897 static int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function
12903 static int __ATTRS_o_ai vec_any_ge(vector bool char __a, vector bool char __b) { in vec_any_ge() function
12908 static int __ATTRS_o_ai vec_any_ge(vector short __a, vector short __b) { in vec_any_ge() function
12912 static int __ATTRS_o_ai vec_any_ge(vector short __a, vector bool short __b) { in vec_any_ge() function
12916 static int __ATTRS_o_ai vec_any_ge(vector unsigned short __a, in vec_any_ge() function
[all …]