Searched defs:vec_cmple (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | vecintrin.h | 231 #define vec_cmple __builtin_s390_vec_cmple macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | vecintrin.h | 237 #define vec_cmple __builtin_s390_vec_cmple macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | vecintrin.h | 2582 vec_cmple(__vector signed char __a, __vector signed char __b) { in vec_cmple() function 2587 vec_cmple(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmple() function 2592 vec_cmple(__vector signed short __a, __vector signed short __b) { in vec_cmple() function 2597 vec_cmple(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmple() function 2602 vec_cmple(__vector signed int __a, __vector signed int __b) { in vec_cmple() function 2607 vec_cmple(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmple() function 2612 vec_cmple(__vector signed long long __a, __vector signed long long __b) { in vec_cmple() function 2617 vec_cmple(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_cmple() function 2623 vec_cmple(__vector float __a, __vector float __b) { in vec_cmple() function 2629 vec_cmple(__vector double __a, __vector double __b) { in vec_cmple() function
|
H A D | altivec.h | 2336 vec_cmple(vector signed char __a, vector signed char __b) { in vec_cmple() function 2341 vec_cmple(vector unsigned char __a, vector unsigned char __b) { in vec_cmple() function 2346 vec_cmple(vector signed short __a, vector signed short __b) { in vec_cmple() function 2351 vec_cmple(vector unsigned short __a, vector unsigned short __b) { in vec_cmple() function 2356 vec_cmple(vector signed int __a, vector signed int __b) { in vec_cmple() function 2361 vec_cmple(vector unsigned int __a, vector unsigned int __b) { in vec_cmple() function 2365 static __inline__ vector bool int __ATTRS_o_ai vec_cmple(vector float __a, in vec_cmple() function 2372 vec_cmple(vector double __a, vector double __b) { in vec_cmple() function 2377 vec_cmple(vector signed long long __a, vector signed long long __b) { in vec_cmple() function 2382 vec_cmple(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmple() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 513 static inline vec_bint4 vec_cmple(vec_float4 a, vec_float4 b) in vec_cmple() function
|