Searched defs:vec_cmpgt (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | vecintrin.h | 2528 vec_cmpgt(__vector signed char __a, __vector signed char __b) { in vec_cmpgt() function 2533 vec_cmpgt(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpgt() function 2538 vec_cmpgt(__vector signed short __a, __vector signed short __b) { in vec_cmpgt() function 2543 vec_cmpgt(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpgt() function 2548 vec_cmpgt(__vector signed int __a, __vector signed int __b) { in vec_cmpgt() function 2553 vec_cmpgt(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpgt() function 2558 vec_cmpgt(__vector signed long long __a, __vector signed long long __b) { in vec_cmpgt() function 2563 vec_cmpgt(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmpgt() function 2569 vec_cmpgt(__vector float __a, __vector float __b) { in vec_cmpgt() function 2575 vec_cmpgt(__vector double __a, __vector double __b) { in vec_cmpgt() function
|