Searched defs:vec_cmpgt (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | vecintrin.h | 230 #define vec_cmpgt __builtin_s390_vec_cmpgt macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | vecintrin.h | 236 #define vec_cmpgt __builtin_s390_vec_cmpgt macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 227 #define vec_cmpgt __builtin_vec_cmpgt macro
|
/netbsd-src/external/apache2/llvm/dist/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
|
H A D | altivec.h | 2096 vec_cmpgt(vector signed char __a, vector signed char __b) { in vec_cmpgt() function 2101 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) { in vec_cmpgt() function 2105 static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt(vector short __a, in vec_cmpgt() function 2111 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) { in vec_cmpgt() function 2115 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector int __a, in vec_cmpgt() function 2121 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) { in vec_cmpgt() function 2127 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function 2132 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt() function 2137 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function 2158 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 507 #define vec_cmpgt(_a, _b) spu_cmpgt(_a, _b) macro
|