Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h2802 vec_cmpgt(__vector signed char __a, __vector signed char __b) { in vec_cmpgt() function
2807 vec_cmpgt(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpgt() function
2812 vec_cmpgt(__vector signed short __a, __vector signed short __b) { in vec_cmpgt() function
2817 vec_cmpgt(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpgt() function
2822 vec_cmpgt(__vector signed int __a, __vector signed int __b) { in vec_cmpgt() function
2827 vec_cmpgt(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpgt() function
2832 vec_cmpgt(__vector signed long long __a, __vector signed long long __b) { in vec_cmpgt() function
2837 vec_cmpgt(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmpgt() function
2842 vec_cmpgt(__vector signed __int128 __a, __vector signed __int128 __b) { in vec_cmpgt() function
2847 vec_cmpgt(__vector unsigned __int128 __a, __vector unsigned __int128 __b) { in vec_cmpgt() function
[all …]
H A Daltivec.h2131 vec_cmpgt(vector signed char __a, vector signed char __b) { in vec_cmpgt() function
2136 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) { in vec_cmpgt() function
2140 static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt(vector short __a, in vec_cmpgt() function
2146 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) { in vec_cmpgt() function
2150 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector int __a, in vec_cmpgt() function
2156 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) { in vec_cmpgt() function
2162 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function
2167 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt() function
2172 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function
2193 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt() function
[all …]