Home
last modified time | relevance | path

Searched refs:vec_all_eq (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h206 __altivec_scalar_pred(vec_all_eq,
283 #define vec_all_eq(a1, a2) __builtin_vec_vcmpeq_p (__CR6_LT, (a1), (a2))
H A Dsmmintrin.h429 return vec_all_eq (vec_and ((__v16qu) __A, (__v16qu) __B), __zero); in _mm_testz_si128()
439 return vec_all_eq (vec_and ((__v16qu) __notA, (__v16qu) __B), __zero); in _mm_testc_si128()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h2473 static inline int vec_all_eq(vec_uchar16 a, vec_uchar16 b) in vec_all_eq() function
2478 static inline int vec_all_eq(vec_char16 a, vec_char16 b) in vec_all_eq() function
2483 static inline int vec_all_eq(vec_bchar16 a, vec_char16 b) in vec_all_eq() function
2488 static inline int vec_all_eq(vec_char16 a, vec_bchar16 b) in vec_all_eq() function
2493 static inline int vec_all_eq(vec_ushort8 a, vec_ushort8 b) in vec_all_eq() function
2498 static inline int vec_all_eq(vec_short8 a, vec_short8 b) in vec_all_eq() function
2503 static inline int vec_all_eq(vec_bshort8 a, vec_short8 b) in vec_all_eq() function
2508 static inline int vec_all_eq(vec_short8 a, vec_bshort8 b) in vec_all_eq() function
2513 static inline int vec_all_eq(vec_uint4 a, vec_uint4 b) in vec_all_eq() function
2518 static inline int vec_all_eq(vec_int4 a, vec_int4 b) in vec_all_eq() function
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h2690 vec_all_eq(__vector signed char __a, __vector signed char __b) { in vec_all_eq() function
2698 vec_all_eq(__vector signed char __a, __vector __bool char __b) { in vec_all_eq() function
2706 vec_all_eq(__vector __bool char __a, __vector signed char __b) { in vec_all_eq() function
2713 vec_all_eq(__vector unsigned char __a, __vector unsigned char __b) { in vec_all_eq() function
2722 vec_all_eq(__vector unsigned char __a, __vector __bool char __b) { in vec_all_eq() function
2731 vec_all_eq(__vector __bool char __a, __vector unsigned char __b) { in vec_all_eq() function
2739 vec_all_eq(__vector __bool char __a, __vector __bool char __b) { in vec_all_eq() function
2747 vec_all_eq(__vector signed short __a, __vector signed short __b) { in vec_all_eq() function
2755 vec_all_eq(__vector signed short __a, __vector __bool short __b) { in vec_all_eq() function
2763 vec_all_eq(__vector __bool short __a, __vector signed short __b) { in vec_all_eq() function
[all …]
H A Daltivec.h14673 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed char __a, in vec_all_eq() function
14679 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed char __a, in vec_all_eq() function
14685 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, in vec_all_eq() function
14691 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, in vec_all_eq() function
14697 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, in vec_all_eq() function
14703 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, in vec_all_eq() function
14709 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, in vec_all_eq() function
14715 static __inline__ int __ATTRS_o_ai vec_all_eq(vector short __a, in vec_all_eq() function
14720 static __inline__ int __ATTRS_o_ai vec_all_eq(vector short __a, in vec_all_eq() function
14725 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned short __a, in vec_all_eq() function
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h555 __altivec_scalar_pred(vec_all_eq,
632 #define vec_all_eq(a1, a2) __builtin_vec_vcmpeq_p (__CR6_LT, (a1), (a2))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h216 #define vec_all_eq __builtin_s390_vec_all_eq macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h222 #define vec_all_eq __builtin_s390_vec_all_eq macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DREADME_ALTIVEC.txt138 if (vec_all_eq(*x,*y)) return 3245;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi17610 int vec_all_eq (vector signed char, vector bool char);
17611 int vec_all_eq (vector signed char, vector signed char);
17612 int vec_all_eq (vector unsigned char, vector bool char);
17613 int vec_all_eq (vector unsigned char, vector unsigned char);
17614 int vec_all_eq (vector bool char, vector bool char);
17615 int vec_all_eq (vector bool char, vector unsigned char);
17616 int vec_all_eq (vector bool char, vector signed char);
17617 int vec_all_eq (vector signed short, vector bool short);
17618 int vec_all_eq (vector signed short, vector signed short);
17619 int vec_all_eq (vector unsigned short, vector bool short);
[all …]
H A Dgcc.info47182 int vec_all_eq (vector signed char, vector bool char);
47183 int vec_all_eq (vector signed char, vector signed char);
47184 int vec_all_eq (vector unsigned char, vector bool char);
47185 int vec_all_eq (vector unsigned char, vector unsigned char);
47186 int vec_all_eq (vector bool char, vector bool char);
47187 int vec_all_eq (vector bool char, vector unsigned char);
47188 int vec_all_eq (vector bool char, vector signed char);
47189 int vec_all_eq (vector signed short, vector bool short);
47190 int vec_all_eq (vector signed short, vector signed short);
47191 int vec_all_eq (vector unsigned short, vector bool short);
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi18638 @tab @code{vec_all_eq}
20739 int vec_all_eq (vector signed __int128, vector signed __int128);
20740 int vec_all_eq (vector unsigned __int128, vector unsigned __int128);
H A Dgcc.info51189 'vec_addec' 'vec_adds' 'vec_all_eq'
53013 int vec_all_eq (vector signed __int128, vector signed __int128);
53014 int vec_all_eq (vector unsigned __int128, vector unsigned __int128);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202123777 vec_cmpge, vec_cmple, vec_all_eq, vec_all_ne, vec_all_gt, vec_all_lt,
H A DChangeLog-201427550 vec_or, vec_perm, vec_sel, vec_sub, vec_xor, vec_all_eq,