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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h2434 vec_cmpgt(__vector signed char __a, __vector signed char __b) { function
2439 vec_cmpgt(__vector unsigned char __a, __vector unsigned char __b) { function
2444 vec_cmpgt(__vector signed short __a, __vector signed short __b) { function
2449 vec_cmpgt(__vector unsigned short __a, __vector unsigned short __b) { function
2454 vec_cmpgt(__vector signed int __a, __vector signed int __b) { function
2459 vec_cmpgt(__vector unsigned int __a, __vector unsigned int __b) { function
2464 vec_cmpgt(__vector signed long long __a, __vector signed long long __b) { function
2469 vec_cmpgt(__vector unsigned long long __a, __vector unsigned long long __b) { function
2475 vec_cmpgt(__vecto function
2481 vec_cmpgt(__vector double __a, __vector double __b) { function
[all...]
H A Daltivec.h1964 vec_cmpgt(vector signed char __a, vector signed char __b) { function
1969 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) { function
1973 static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt(vector short __a, function
1979 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) { function
1983 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector int __a, function
1989 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) { function
1995 vec_cmpgt(vector signed long long __a, vector signed long long __b) { function
2000 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { function
2005 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vecto function
2016 vec_cmpgt(vector double __a, vector double __b) { function
[all...]

Completed in 206 milliseconds