| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| vecintrin.h | 2397 /*-- vec_cmpeq --------------------------------------------------------------*/ 2400 vec_cmpeq(__vector __bool char __a, __vector __bool char __b) { function 2405 vec_cmpeq(__vector signed char __a, __vector signed char __b) { function 2410 vec_cmpeq(__vector unsigned char __a, __vector unsigned char __b) { function 2415 vec_cmpeq(__vector __bool short __a, __vector __bool short __b) { function 2420 vec_cmpeq(__vector signed short __a, __vector signed short __b) { function 2425 vec_cmpeq(__vector unsigned short __a, __vector unsigned short __b) { function 2430 vec_cmpeq(__vector __bool int __a, __vector __bool int __b) { function 2435 vec_cmpeq(__vector signed int __a, __vector signed int __b) { function 2440 vec_cmpeq(__vector unsigned int __a, __vector unsigned int __b) function 2445 vec_cmpeq(__vector __bool long long __a, __vector __bool long long __b) { function 2450 vec_cmpeq(__vector signed long long __a, __vector signed long long __b) { function 2455 vec_cmpeq(__vector unsigned long long __a, __vector unsigned long long __b) { function 2461 vec_cmpeq(__vector float __a, __vector float __b) { function 2467 vec_cmpeq(__vector double __a, __vector double __b) { function [all...] |
| altivec.h | 1682 /* vec_cmpeq */ 1685 vec_cmpeq(vector signed char __a, vector signed char __b) { function 1691 vec_cmpeq(vector unsigned char __a, vector unsigned char __b) { function 1697 vec_cmpeq(vector bool char __a, vector bool char __b) { function 1702 static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq(vector short __a, function 1708 vec_cmpeq(vector unsigned short __a, vector unsigned short __b) { function 1714 vec_cmpeq(vector bool short __a, vector bool short __b) { function 1719 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector int __a, function 1725 vec_cmpeq(vector unsigned int __a, vector unsigned int __b) { function 1730 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector bool int __a function 1738 vec_cmpeq(vector signed long long __a, vector signed long long __b) { function 1743 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) { function 1749 vec_cmpeq(vector bool long long __a, vector bool long long __b) { function 1755 vec_cmpeq(vector signed long long __a, vector signed long long __b) { function 1770 vec_cmpeq(vector unsigned long long __a, vector unsigned long long __b) { function 1775 vec_cmpeq(vector bool long long __a, vector bool long long __b) { function 1780 static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq(vector float __a, function 1791 vec_cmpeq(vector double __a, vector double __b) { function 1798 vec_cmpeq(vector signed __int128 __a, vector signed __int128 __b) { function 1804 vec_cmpeq(vector unsigned __int128 __a, vector unsigned __int128 __b) { function [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/s390/ |
| vecintrin.h | 234 #define vec_cmpeq __builtin_s390_vec_cmpeq macro
|
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| vecintrin.h | 234 #define vec_cmpeq __builtin_s390_vec_cmpeq macro
|
| /src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| vmx2spu.h | 489 /* vec_cmpeq (vector compare equal) 492 #define vec_cmpeq(_a, _b) spu_cmpeq(_a, _b) macro
|