Searched defs:vec_all_eq (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h2473 static inline int vec_all_eq(vec_uchar16 a, vec_uchar16 b) function
2478 static inline int vec_all_eq(vec_char16 a, vec_char16 b) function
2483 static inline int vec_all_eq(vec_bchar16 a, vec_char16 b) function
2488 static inline int vec_all_eq(vec_char16 a, vec_bchar16 b) function
2493 static inline int vec_all_eq(vec_ushort8 a, vec_ushort8 b) function
2498 static inline int vec_all_eq(vec_short8 a, vec_short8 b) function
2503 static inline int vec_all_eq(vec_bshort8 a, vec_short8 b) function
2508 static inline int vec_all_eq(vec_short8 a, vec_bshort8 b) function
2513 static inline int vec_all_eq(vec_uint function
2518 static inline int vec_all_eq(vec_int4 a, vec_int4 b) function
2523 static inline int vec_all_eq(vec_bint4 a, vec_int4 b) function
2528 static inline int vec_all_eq(vec_int4 a, vec_bint4 b) function
2533 static inline int vec_all_eq(vec_float4 a, vec_float4 b) function
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h2690 vec_all_eq(__vector signed char __a, __vector signed char __b) { function
2698 vec_all_eq(__vector signed char __a, __vector __bool char __b) { function
2706 vec_all_eq(__vector __bool char __a, __vector signed char __b) { function
2713 vec_all_eq(__vector unsigned char __a, __vector unsigned char __b) { function
2722 vec_all_eq(__vector unsigned char __a, __vector __bool char __b) { function
2731 vec_all_eq(__vector __bool char __a, __vector unsigned char __b) { function
2739 vec_all_eq(__vector __bool char __a, __vector __bool char __b) { function
2747 vec_all_eq(__vector signed short __a, __vector signed short __b) { function
2755 vec_all_eq(__vecto function
2763 vec_all_eq(__vector __bool short __a, __vector signed short __b) { function
2770 vec_all_eq(__vector unsigned short __a, __vector unsigned short __b) { function
2779 vec_all_eq(__vector unsigned short __a, __vector __bool short __b) { function
2788 vec_all_eq(__vector __bool short __a, __vector unsigned short __b) { function
2796 vec_all_eq(__vector __bool short __a, __vector __bool short __b) { function
2804 vec_all_eq(__vector signed int __a, __vector signed int __b) { function
2812 vec_all_eq(__vector signed int __a, __vector __bool int __b) { function
2820 vec_all_eq(__vector __bool int __a, __vector signed int __b) { function
2827 vec_all_eq(__vector unsigned int __a, __vector unsigned int __b) { function
2836 vec_all_eq(__vector unsigned int __a, __vector __bool int __b) { function
2845 vec_all_eq(__vector __bool int __a, __vector unsigned int __b) { function
2853 vec_all_eq(__vector __bool int __a, __vector __bool int __b) { function
2861 vec_all_eq(__vector signed long long __a, __vector signed long long __b) { function
2869 vec_all_eq(__vector signed long long __a, __vector __bool long long __b) { function
2877 vec_all_eq(__vector __bool long long __a, __vector signed long long __b) { function
2884 vec_all_eq(__vector unsigned long long __a, __vector unsigned long long __b) { function
2893 vec_all_eq(__vector unsigned long long __a, __vector __bool long long __b) { function
2902 vec_all_eq(__vector __bool long long __a, __vector unsigned long long __b) { function
2910 vec_all_eq(__vector __bool long long __a, __vector __bool long long __b) { function
2919 vec_all_eq(__vector float __a, __vector float __b) { function
2927 vec_all_eq(__vector double __a, __vector double __b) { function
[all...]
H A Daltivec.h14673 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed char __a, function
14679 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed char __a, function
14685 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, function
14691 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned char __a, function
14697 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, function
14703 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, function
14709 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool char __a, function
14715 static __inline__ int __ATTRS_o_ai vec_all_eq(vector short __a, function
14720 static __inline__ int __ATTRS_o_ai vec_all_eq(vecto function
14725 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned short __a, function
14731 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned short __a, function
14737 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool short __a, function
14743 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool short __a, function
14749 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool short __a, function
14755 static __inline__ int __ATTRS_o_ai vec_all_eq(vector pixel __a, function
14761 static __inline__ int __ATTRS_o_ai vec_all_eq(vector int __a, vector int __b) { function
14765 static __inline__ int __ATTRS_o_ai vec_all_eq(vector int __a, function
14770 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned int __a, function
14776 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned int __a, function
14782 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool int __a, function
14788 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool int __a, function
14794 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool int __a, function
14801 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed long long __a, function
14806 static __inline__ int __ATTRS_o_ai vec_all_eq(vector long long __a, function
14811 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned long long __a, function
14817 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned long long __a, function
14823 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool long long __a, function
14829 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool long long __a, function
14835 static __inline__ int __ATTRS_o_ai vec_all_eq(vector bool long long __a, function
14842 static __inline__ int __ATTRS_o_ai vec_all_eq(vector float __a, function
14852 static __inline__ int __ATTRS_o_ai vec_all_eq(vector double __a, function
14859 static __inline__ int __ATTRS_o_ai vec_all_eq(vector signed __int128 __a, function
14864 static __inline__ int __ATTRS_o_ai vec_all_eq(vector unsigned __int128 __a, function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h216 #define vec_all_eq __builtin_s390_vec_all_eq macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h222 #define vec_all_eq __builtin_s390_vec_all_eq macro

Completed in 332 milliseconds