Searched defs:vec_cmpge (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 118 #define vec_cmpge __builtin_vec_cmpge macro
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | vecintrin.h | 2474 vec_cmpge(__vector signed char __a, __vector signed char __b) { in vec_cmpge() function 2479 vec_cmpge(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpge() function 2484 vec_cmpge(__vector signed short __a, __vector signed short __b) { in vec_cmpge() function 2489 vec_cmpge(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpge() function 2494 vec_cmpge(__vector signed int __a, __vector signed int __b) { in vec_cmpge() function 2499 vec_cmpge(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpge() function 2504 vec_cmpge(__vector signed long long __a, __vector signed long long __b) { in vec_cmpge() function 2509 vec_cmpge(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmpge() function 2515 vec_cmpge(__vector float __a, __vector float __b) { in vec_cmpge() function 2521 vec_cmpge(__vector double __a, __vector double __b) { in vec_cmpge() function
|
H A D | altivec.h | 2243 vec_cmpge(vector signed char __a, vector signed char __b) { in vec_cmpge() function 2248 vec_cmpge(vector unsigned char __a, vector unsigned char __b) { in vec_cmpge() function 2253 vec_cmpge(vector signed short __a, vector signed short __b) { in vec_cmpge() function 2258 vec_cmpge(vector unsigned short __a, vector unsigned short __b) { in vec_cmpge() function 2263 vec_cmpge(vector signed int __a, vector signed int __b) { in vec_cmpge() function 2268 vec_cmpge(vector unsigned int __a, vector unsigned int __b) { in vec_cmpge() function 2283 vec_cmpge(vector double __a, vector double __b) { in vec_cmpge() function 2288 vec_cmpge(vector signed long long __a, vector signed long long __b) { in vec_cmpge() function 2293 vec_cmpge(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpge() function 2300 vec_cmpge(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmpge() function [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 987 vec_cmpge (vector float a1, vector float a2) in vec_cmpge() function
|