Searched refs:vec_max (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/lib/libcam/ |
| H A D | scsi_cmdparse.c | 549 do_encode(u_char *buff, size_t vec_max, size_t *used, in do_encode() argument 602 if (ind < vec_max) { in do_encode() 610 if (ind < vec_max) { in do_encode() 618 if (ind < vec_max) in do_encode() 623 if (ind < vec_max - 2 + 1) { in do_encode() 630 if (ind < vec_max - 3 + 1) { in do_encode() 638 if (ind < vec_max - 4 + 1) { in do_encode() 655 if (shift && ind < vec_max) { in do_encode()
|
| /freebsd-13.1/contrib/llvm-project/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 | 4786 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function 4791 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function 4796 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function 4801 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function 4806 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function 4811 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function 4836 vec_max(vector bool short __a, vector unsigned short __b) { in vec_max() function 4841 vec_max(vector unsigned short __a, vector bool short __b) { in vec_max() function 4861 vec_max(vector unsigned int __a, vector unsigned int __b) { in vec_max() function 4866 vec_max(vector bool int __a, vector unsigned int __b) { in vec_max() function [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
| H A D | emmintrin.h | 331 return (vec_max (__A, __B)); in _mm_max_pd() 340 c = vec_max (a, b); in _mm_max_sd() 1973 return (__m128i) vec_max ((__v8hi)__A, (__v8hi)__B); in _mm_max_epi16() 1979 return (__m128i) vec_max ((__v16qu) __A, (__v16qu)__B); in _mm_max_epu8() 2169 vmax = vec_max (a, b); in _mm_sad_epu8()
|
| H A D | xmmintrin.h | 427 c = vec_max (a, b); in _mm_max_ss() 1722 vmax = vec_max (a, b); in _mm_sad_pu8()
|