Searched defs:vec_cmpgt (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | altivec.h | 196 #define vec_cmpgt __builtin_vec_cmpgt macro
|
| /NextBSD/contrib/llvm/tools/clang/lib/Headers/ |
| HD | 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
|
| HD | altivec.h | 1560 static vector bool char __ATTRS_o_ai vec_cmpgt(vector signed char __a, in vec_cmpgt() function 1565 static vector bool char __ATTRS_o_ai vec_cmpgt(vector unsigned char __a, in vec_cmpgt() function 1570 static vector bool short __ATTRS_o_ai vec_cmpgt(vector short __a, in vec_cmpgt() function 1575 static vector bool short __ATTRS_o_ai vec_cmpgt(vector unsigned short __a, in vec_cmpgt() function 1580 static vector bool int __ATTRS_o_ai vec_cmpgt(vector int __a, vector int __b) { in vec_cmpgt() function 1584 static vector bool int __ATTRS_o_ai vec_cmpgt(vector unsigned int __a, in vec_cmpgt() function 1591 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function 1596 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt() function 1601 static vector bool int __ATTRS_o_ai vec_cmpgt(vector float __a, in vec_cmpgt() function 1612 vec_cmpgt(vector double __a, vector double __b) { in vec_cmpgt() function
|