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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h2420 vec_cmple(vector signed char __a, vector signed char __b) { function
2425 vec_cmple(vector unsigned char __a, vector unsigned char __b) { function
2430 vec_cmple(vector signed short __a, vector signed short __b) { function
2435 vec_cmple(vector unsigned short __a, vector unsigned short __b) { function
2440 vec_cmple(vector signed int __a, vector signed int __b) { function
2445 vec_cmple(vector unsigned int __a, vector unsigned int __b) { function
2450 vec_cmple(vector signed long long __a, vector signed long long __b) { function
2455 vec_cmple(vector unsigned long long __a, vector unsigned long long __b) { function
2461 vec_cmple(vecto function
2467 vec_cmple(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h2084 vec_cmple(vector signed char __a, vector signed char __b) { function
2089 vec_cmple(vector unsigned char __a, vector unsigned char __b) { function
2094 vec_cmple(vector signed short __a, vector signed short __b) { function
2099 vec_cmple(vector unsigned short __a, vector unsigned short __b) { function
2104 vec_cmple(vector signed int __a, vector signed int __b) { function
2109 vec_cmple(vector unsigned int __a, vector unsigned int __b) { function
2113 static __inline__ vector bool int __ATTRS_o_ai vec_cmple(vector float __a, function
2120 vec_cmple(vector double __a, vector double __b) { function
2127 vec_cmple(vecto function
2132 vec_cmple(vector unsigned long long __a, vector unsigned long long __b) { function
[all...]

Completed in 335 milliseconds