Searched defs:vec_max (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 851 static inline vec_uchar16 vec_max(vec_uchar16 a, vec_uchar16 b) in vec_max() function 856 static inline vec_char16 vec_max(vec_char16 a, vec_char16 b) in vec_max() function 861 static inline vec_char16 vec_max(vec_bchar16 a, vec_char16 b) in vec_max() function 866 static inline vec_char16 vec_max(vec_char16 a, vec_bchar16 b) in vec_max() function 871 static inline vec_ushort8 vec_max(vec_ushort8 a, vec_ushort8 b) in vec_max() function 876 static inline vec_short8 vec_max(vec_short8 a, vec_short8 b) in vec_max() function 881 static inline vec_short8 vec_max(vec_bshort8 a, vec_short8 b) in vec_max() function 886 static inline vec_short8 vec_max(vec_short8 a, vec_bshort8 b) in vec_max() function 891 static inline vec_uint4 vec_max(vec_uint4 a, vec_uint4 b) in vec_max() function 896 static inline vec_int4 vec_max(vec_int4 a, vec_int4 b) in vec_max() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | vecintrin.h | 8020 vec_max(__vector signed char __a, __vector signed char __b) { in vec_max() function 8026 vec_max(__vector signed char __a, __vector __bool char __b) { in vec_max() function 8033 vec_max(__vector __bool char __a, __vector signed char __b) { in vec_max() function 8039 vec_max(__vector unsigned char __a, __vector unsigned char __b) { in vec_max() function 8045 vec_max(__vector unsigned char __a, __vector __bool char __b) { in vec_max() function 8052 vec_max(__vector __bool char __a, __vector unsigned char __b) { in vec_max() function 8058 vec_max(__vector signed short __a, __vector signed short __b) { in vec_max() function 8064 vec_max(__vector signed short __a, __vector __bool short __b) { in vec_max() function 8071 vec_max(__vector __bool short __a, __vector signed short __b) { in vec_max() function 8077 vec_max(__vector unsigned short __a, __vector unsigned short __b) { in vec_max() function [all …]
|
H A D | altivec.h | 4772 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function 4777 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function 4782 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function 4787 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function 4792 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function 4797 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function 4801 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function 4806 static __inline__ vector short __ATTRS_o_ai vec_max(vector bool short __a, in vec_max() function 4811 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function 4817 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | vecintrin.h | 239 #define vec_max __builtin_s390_vec_max macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | vecintrin.h | 245 #define vec_max __builtin_s390_vec_max macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 251 #define vec_max __builtin_vec_max macro
|