Searched defs:vec_any_le (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/config/spu/
H A Dvmx2spu.h3168 static inline int vec_any_le(vec_uchar16 a, vec_uchar16 b) function
3173 static inline int vec_any_le(vec_char16 a, vec_char16 b) function
3178 static inline int vec_any_le(vec_bchar16 a, vec_char16 b) function
3183 static inline int vec_any_le(vec_char16 a, vec_bchar16 b) function
3188 static inline int vec_any_le(vec_ushort8 a, vec_ushort8 b) function
3193 static inline int vec_any_le(vec_short8 a, vec_short8 b) function
3198 static inline int vec_any_le(vec_bshort8 a, vec_short8 b) function
3203 static inline int vec_any_le(vec_short8 a, vec_bshort8 b) function
3208 static inline int vec_any_le(vec_uint function
3213 static inline int vec_any_le(vec_int4 a, vec_int4 b) function
3218 static inline int vec_any_le(vec_bint4 a, vec_int4 b) function
3223 static inline int vec_any_le(vec_int4 a, vec_bint4 b) function
3228 static inline int vec_any_le(vec_float4 a, vec_float4 b) function
[all...]
/haiku-buildtools/gcc/gcc/config/s390/
H A Dvecintrin.h190 #define vec_any_le __builtin_s390_vec_any_le macro

Completed in 102 milliseconds