Searched defs:vec_any_ge (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 3030 static inline int vec_any_ge(vec_uchar16 a, vec_uchar16 b) in vec_any_ge() function 3035 static inline int vec_any_ge(vec_char16 a, vec_char16 b) in vec_any_ge() function 3040 static inline int vec_any_ge(vec_bchar16 a, vec_char16 b) in vec_any_ge() function 3045 static inline int vec_any_ge(vec_char16 a, vec_bchar16 b) in vec_any_ge() function 3050 static inline int vec_any_ge(vec_ushort8 a, vec_ushort8 b) in vec_any_ge() function 3055 static inline int vec_any_ge(vec_short8 a, vec_short8 b) in vec_any_ge() function 3060 static inline int vec_any_ge(vec_bshort8 a, vec_short8 b) in vec_any_ge() function 3065 static inline int vec_any_ge(vec_short8 a, vec_bshort8 b) in vec_any_ge() function 3070 static inline int vec_any_ge(vec_uint4 a, vec_uint4 b) in vec_any_ge() function 3075 static inline int vec_any_ge(vec_int4 a, vec_int4 b) in vec_any_ge() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | vecintrin.h | 4734 vec_any_ge(__vector signed char __a, __vector signed char __b) { in vec_any_ge() function 4742 vec_any_ge(__vector signed char __a, __vector __bool char __b) { in vec_any_ge() function 4750 vec_any_ge(__vector __bool char __a, __vector signed char __b) { in vec_any_ge() function 4757 vec_any_ge(__vector unsigned char __a, __vector unsigned char __b) { in vec_any_ge() function 4765 vec_any_ge(__vector unsigned char __a, __vector __bool char __b) { in vec_any_ge() function 4773 vec_any_ge(__vector __bool char __a, __vector unsigned char __b) { in vec_any_ge() function 4781 vec_any_ge(__vector __bool char __a, __vector __bool char __b) { in vec_any_ge() function 4789 vec_any_ge(__vector signed short __a, __vector signed short __b) { in vec_any_ge() function 4797 vec_any_ge(__vector signed short __a, __vector __bool short __b) { in vec_any_ge() function 4805 vec_any_ge(__vector __bool short __a, __vector signed short __b) { in vec_any_ge() function [all …]
|
H A D | altivec.h | 16118 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed char __a, in vec_any_ge() function 16123 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed char __a, in vec_any_ge() function 16129 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, in vec_any_ge() function 16134 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, in vec_any_ge() function 16140 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 16146 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 16152 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 16158 static __inline__ int __ATTRS_o_ai vec_any_ge(vector short __a, in vec_any_ge() function 16163 static __inline__ int __ATTRS_o_ai vec_any_ge(vector short __a, in vec_any_ge() function 16168 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned short __a, in vec_any_ge() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | vecintrin.h | 224 #define vec_any_ge __builtin_s390_vec_any_ge macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | vecintrin.h | 230 #define vec_any_ge __builtin_s390_vec_any_ge macro
|