Home
last modified time | relevance | path

Searched refs:vec_max (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/lib/libcam/
H A Dscsi_cmdparse.c547 do_encode(u_char *buff, size_t vec_max, size_t *used, in do_encode() argument
600 if (ind < vec_max) { in do_encode()
608 if (ind < vec_max) { in do_encode()
616 if (ind < vec_max) in do_encode()
621 if (ind < vec_max - 2 + 1) { in do_encode()
628 if (ind < vec_max - 3 + 1) { in do_encode()
636 if (ind < vec_max - 4 + 1) { in do_encode()
653 if (shift && ind < vec_max) { in do_encode()
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dsmmintrin.h479 return (__m128i)vec_max((__v16qi)__X, (__v16qi)__Y); in _mm_max_epi8()
485 return (__m128i)vec_max((__v8hu)__X, (__v8hu)__Y); in _mm_max_epu16()
491 return (__m128i)vec_max((__v4si)__X, (__v4si)__Y); in _mm_max_epi32()
497 return (__m128i)vec_max((__v4su)__X, (__v4su)__Y); in _mm_max_epu32()
H A Demmintrin.h336 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 Dxmmintrin.h429 __c = vec_max(__a, __b); in _mm_max_ss()
1717 __vmax = vec_max(__a, __b); in _mm_sad_pu8()
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h8021 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
8046 vec_max(__vector unsigned char __a, __vector __bool char __b) { in vec_max() function
8097 vec_max(__vector signed int __a, __vector signed int __b) { in vec_max() function
8103 vec_max(__vector signed int __a, __vector __bool int __b) { in vec_max() function
8110 vec_max(__vector __bool int __a, __vector signed int __b) { in vec_max() function
8122 vec_max(__vector unsigned int __a, __vector __bool int __b) { in vec_max() function
8129 vec_max(__vector __bool int __a, __vector unsigned int __b) { in vec_max() function
8174 vec_max(__vector float __a, __vector float __b) { in vec_max() function
[all …]
H A Daltivec.h4838 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function
4843 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function
4848 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function
4853 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function
4858 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function
4863 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function
4888 vec_max(vector bool short __a, vector unsigned short __b) { in vec_max() function
4893 vec_max(vector unsigned short __a, vector bool short __b) { in vec_max() function
4913 vec_max(vector unsigned int __a, vector unsigned int __b) { in vec_max() function
4918 vec_max(vector bool int __a, vector unsigned int __b) { in vec_max() function
[all …]