Home
last modified time | relevance | path

Searched defs:vec_max (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.h8020 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 Daltivec.h4826 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function
4831 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function
4836 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function
4841 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function
4846 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function
4851 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function
4855 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function
4860 static __inline__ vector short __ATTRS_o_ai vec_max(vector bool short __a, in vec_max() function
4865 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function
4871 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max() function
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h2066 vec_max (vector signed char a1, vector unsigned char a2) in vec_max() function
2072 vec_max (vector unsigned char a1, vector signed char a2) in vec_max() function
2078 vec_max (vector unsigned char a1, vector unsigned char a2) in vec_max() function
2084 vec_max (vector signed char a1, vector signed char a2) in vec_max() function
2090 vec_max (vector signed short a1, vector unsigned short a2) in vec_max() function
2096 vec_max (vector unsigned short a1, vector signed short a2) in vec_max() function
2102 vec_max (vector unsigned short a1, vector unsigned short a2) in vec_max() function
2108 vec_max (vector signed short a1, vector signed short a2) in vec_max() function
2114 vec_max (vector signed int a1, vector unsigned int a2) in vec_max() function
2120 vec_max (vector unsigned int a1, vector signed int a2) in vec_max() function
[all …]
/openbsd-src/sbin/scsi/
H A Dlibscsi.c561 do_encode(u_char *buff, size_t vec_max, size_t *used, in do_encode()
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h210 #define vec_max __builtin_vec_max macro