Searched defs:vec_cmpgt (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 196 #define vec_cmpgt __builtin_vec_cmpgt macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 995 vec_cmpgt (vector unsigned char a1, vector unsigned char a2) in vec_cmpgt() function 1001 vec_cmpgt (vector signed char a1, vector signed char a2) in vec_cmpgt() function 1007 vec_cmpgt (vector unsigned short a1, vector unsigned short a2) in vec_cmpgt() function 1013 vec_cmpgt (vector signed short a1, vector signed short a2) in vec_cmpgt() function 1019 vec_cmpgt (vector unsigned int a1, vector unsigned int a2) in vec_cmpgt() function 1025 vec_cmpgt (vector signed int a1, vector signed int a2) in vec_cmpgt() function 1031 vec_cmpgt (vector float a1, vector float a2) in vec_cmpgt() function
|
/openbsd-src/gnu/llvm/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 | 2131 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 …]
|