Searched defs:vec_cmpgt (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Headers/ |
D | vecintrin.h | 1924 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
|
D | altivec.h | 1558 static vector bool char __ATTRS_o_ai vec_cmpgt(vector signed char __a, in vec_cmpgt() function 1563 static vector bool char __ATTRS_o_ai vec_cmpgt(vector unsigned char __a, in vec_cmpgt() function 1568 static vector bool short __ATTRS_o_ai vec_cmpgt(vector short __a, in vec_cmpgt() function 1573 static vector bool short __ATTRS_o_ai vec_cmpgt(vector unsigned short __a, in vec_cmpgt() function 1578 static vector bool int __ATTRS_o_ai vec_cmpgt(vector int __a, vector int __b) { in vec_cmpgt() function 1582 static vector bool int __ATTRS_o_ai vec_cmpgt(vector unsigned int __a, in vec_cmpgt() function 1589 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function 1594 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt() function 1599 static vector bool int __ATTRS_o_ai vec_cmpgt(vector float __a, in vec_cmpgt() function 1610 vec_cmpgt(vector double __a, vector double __b) { in vec_cmpgt() function
|