Searched defs:vec_cmpgt (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/Headers/ |
D | vecintrin.h | 2434 vec_cmpgt(__vector signed char __a, __vector signed char __b) { in vec_cmpgt() function 2439 vec_cmpgt(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpgt() function 2444 vec_cmpgt(__vector signed short __a, __vector signed short __b) { in vec_cmpgt() function 2449 vec_cmpgt(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpgt() function 2454 vec_cmpgt(__vector signed int __a, __vector signed int __b) { in vec_cmpgt() function 2459 vec_cmpgt(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpgt() function 2464 vec_cmpgt(__vector signed long long __a, __vector signed long long __b) { in vec_cmpgt() function 2469 vec_cmpgt(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmpgt() function 2475 vec_cmpgt(__vector float __a, __vector float __b) { in vec_cmpgt() function 2481 vec_cmpgt(__vector double __a, __vector double __b) { in vec_cmpgt() function
|
D | altivec.h | 1992 vec_cmpgt(vector signed char __a, vector signed char __b) { in vec_cmpgt() function 1997 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) { in vec_cmpgt() function 2001 static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt(vector short __a, in vec_cmpgt() function 2007 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) { in vec_cmpgt() function 2011 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector int __a, in vec_cmpgt() function 2017 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) { in vec_cmpgt() function 2023 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function 2028 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt() function 2033 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector float __a, in vec_cmpgt() function 2044 vec_cmpgt(vector double __a, vector double __b) { in vec_cmpgt() function [all …]
|
/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 | 1601 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
|