Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dvecintrin.h1924 vec_cmpgt(vector signed char __a, vector signed char __b) { in vec_cmpgt() function
1929 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) { in vec_cmpgt() function
1934 vec_cmpgt(vector signed short __a, vector signed short __b) { in vec_cmpgt() function
1939 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) { in vec_cmpgt() function
1944 vec_cmpgt(vector signed int __a, vector signed int __b) { in vec_cmpgt() function
1949 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) { in vec_cmpgt() function
1954 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function
1959 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt() function
1964 vec_cmpgt(vector double __a, vector double __b) { in vec_cmpgt() function
Daltivec.h1601 vec_cmpgt(vector signed char __a, vector signed char __b) { in vec_cmpgt() function
1606 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) { in vec_cmpgt() function
1610 static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt(vector short __a, in vec_cmpgt() function
1616 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) { in vec_cmpgt() function
1620 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector int __a, in vec_cmpgt() function
1626 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) { in vec_cmpgt() function
1632 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function
1637 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt() function
1642 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector float __a, in vec_cmpgt() function
1653 vec_cmpgt(vector double __a, vector double __b) { in vec_cmpgt() function