Searched defs:vec_max (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/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 8045 vec_max(__vector unsigned char __a, __vector __bool char __b) { in vec_max() function 8096 vec_max(__vector signed int __a, __vector signed int __b) { in vec_max() function 8102 vec_max(__vector signed int __a, __vector __bool int __b) { in vec_max() function 8109 vec_max(__vector __bool int __a, __vector signed int __b) { in vec_max() function 8121 vec_max(__vector unsigned int __a, __vector __bool int __b) { in vec_max() function 8128 vec_max(__vector __bool int __a, __vector unsigned int __b) { in vec_max() function 8173 vec_max(__vector float __a, __vector float __b) { in vec_max() function [all …]
|
H A D | altivec.h | 4826 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 4876 vec_max(vector bool short __a, vector unsigned short __b) { in vec_max() function 4881 vec_max(vector unsigned short __a, vector bool short __b) { in vec_max() function 4901 vec_max(vector unsigned int __a, vector unsigned int __b) { in vec_max() function 4906 vec_max(vector bool int __a, vector unsigned int __b) { in vec_max() function [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 2066 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 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 2126 vec_max (vector unsigned int a1, vector unsigned int a2) in vec_max() function 2132 vec_max (vector signed int a1, vector signed int a2) in vec_max() function [all …]
|
/openbsd/sbin/scsi/ |
H A D | libscsi.c | 561 do_encode(u_char *buff, size_t vec_max, size_t *used, in do_encode()
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 210 #define vec_max __builtin_vec_max macro
|