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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dvecintrin.h2018 vec_cmplt(vector signed char __a, vector signed char __b) { function
2023 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { function
2028 vec_cmplt(vector signed short __a, vector signed short __b) { function
2033 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { function
2038 vec_cmplt(vector signed int __a, vector signed int __b) { function
2043 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { function
2048 vec_cmplt(vector signed long long __a, vector signed long long __b) { function
2053 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) { function
2058 vec_cmplt(vecto function
[all...]
H A Daltivec.h1789 static vector bool char __ATTRS_o_ai vec_cmplt(vector signed char __a, function
1794 static vector bool char __ATTRS_o_ai vec_cmplt(vector unsigned char __a, function
1799 static vector bool short __ATTRS_o_ai vec_cmplt(vector short __a, function
1804 static vector bool short __ATTRS_o_ai vec_cmplt(vector unsigned short __a, function
1809 static vector bool int __ATTRS_o_ai vec_cmplt(vector int __a, vector int __b) { function
1813 static vector bool int __ATTRS_o_ai vec_cmplt(vector unsigned int __a, function
1818 static vector bool int __ATTRS_o_ai vec_cmplt(vector float __a, function
1825 vec_cmplt(vector double __a, vector double __b) { function
1832 vec_cmplt(vecto function
1837 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) { function
[all...]

Completed in 140 milliseconds