Searched refs:vec_max (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libcam/ |
H A D | scsi_cmdparse.c | 546 do_encode(u_char *buff, size_t vec_max, size_t *used, in do_encode() argument 599 if (ind < vec_max) { in do_encode() 607 if (ind < vec_max) { in do_encode() 615 if (ind < vec_max) in do_encode() 620 if (ind < vec_max - 2 + 1) { in do_encode() 627 if (ind < vec_max - 3 + 1) { in do_encode() 635 if (ind < vec_max - 4 + 1) { in do_encode() 652 if (shift && ind < vec_max) { in do_encode()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | vecintrin.h | 8021 vec_max(__vector signed char __a, __vector signed char __b) { in vec_max() function 8027 vec_max(__vector signed char __a, __vector __bool char __b) { in vec_max() function 8034 vec_max(__vector __bool char __a, __vector signed char __b) { in vec_max() function 8040 vec_max(__vector unsigned char __a, __vector unsigned char __b) { in vec_max() function 8046 vec_max(__vector unsigned char __a, __vector __bool char __b) { in vec_max() function 8053 vec_max(__vector __bool char __a, __vector unsigned char __b) { in vec_max() function 8059 vec_max(__vector signed short __a, __vector signed short __b) { in vec_max() function 8065 vec_max(__vector signed short __a, __vector __bool short __b) { in vec_max() function 8072 vec_max(__vector __bool short __a, __vector signed short __b) { in vec_max() function 8078 vec_max(__vector unsigned short __a, __vector unsigned short __b) { in vec_max() function [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
H A D | emmintrin.h | 336 return (vec_max(__A, __B)); in _mm_max_pd() 345 __c = vec_max(__a, __b); in _mm_max_sd() 1934 return (__m128i)vec_max((__v8hi)__A, (__v8hi)__B); in _mm_max_epi16() 1940 return (__m128i)vec_max((__v16qu)__A, (__v16qu)__B); in _mm_max_epu8() 2129 __v16qu __vmax = vec_max(__a, __b); in _mm_sad_epu8()
|
H A D | xmmintrin.h | 429 __c = vec_max(__a, __b); in _mm_max_ss() 1717 __vmax = vec_max(__a, __b); in _mm_sad_pu8()
|