Searched defs:vec_cmpeq (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | vecintrin.h | 228 #define vec_cmpeq __builtin_s390_vec_cmpeq macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | vecintrin.h | 234 #define vec_cmpeq __builtin_s390_vec_cmpeq macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | vecintrin.h | 2400 vec_cmpeq(__vector __bool char __a, __vector __bool char __b) { in vec_cmpeq() function 2405 vec_cmpeq(__vector signed char __a, __vector signed char __b) { in vec_cmpeq() function 2410 vec_cmpeq(__vector unsigned char __a, __vector unsigned char __b) { in vec_cmpeq() function 2415 vec_cmpeq(__vector __bool short __a, __vector __bool short __b) { in vec_cmpeq() function 2420 vec_cmpeq(__vector signed short __a, __vector signed short __b) { in vec_cmpeq() function 2425 vec_cmpeq(__vector unsigned short __a, __vector unsigned short __b) { in vec_cmpeq() function 2430 vec_cmpeq(__vector __bool int __a, __vector __bool int __b) { in vec_cmpeq() function 2435 vec_cmpeq(__vector signed int __a, __vector signed int __b) { in vec_cmpeq() function 2440 vec_cmpeq(__vector unsigned int __a, __vector unsigned int __b) { in vec_cmpeq() function 2445 vec_cmpeq(__vector __bool long long __a, __vector __bool long long __b) { in vec_cmpeq() function [all …]
|
H A D | altivec.h | 1685 vec_cmpeq(vector signed char __a, vector signed char __b) { in vec_cmpeq() function 1691 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { in vec_cmpeq() function 1697 vec_cmpeq(vector bool char __a, vector bool char __b) { in vec_cmpeq() function 1702 static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq(vector short __a, in vec_cmpeq() function 1708 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { in vec_cmpeq() function 1714 vec_cmpeq(vector bool short __a, vector bool short __b) { in vec_cmpeq() function 1719 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector int __a, in vec_cmpeq() function 1725 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) { in vec_cmpeq() function 1730 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector bool int __a, in vec_cmpeq() function 1738 vec_cmpeq(vector signed long long __a, vector signed long long __b) { in vec_cmpeq() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 225 #define vec_cmpeq __builtin_vec_cmpeq macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 492 #define vec_cmpeq(_a, _b) spu_cmpeq(_a, _b) macro
|