Searched refs:_MM_MAX_EPI8 (Results 1 – 1 of 1) sorted by relevance
2437 # define _MM_MAX_EPI8 _mm_max_epi8 macro2551 _NEON2SSE_INLINE __m128i _MM_MAX_EPI8(__m128i a, __m128i b) in _MM_MAX_EPI8() function6086 res = _MM_MAX_EPI8(_pM128i(a),_pM128i(b)); //SSE4.1, use only lower 64 bits in vmax_s8()6142 #define vmaxq_s8 _MM_MAX_EPI8 //SSE4.16603 max = _MM_MAX_EPI8 (ab, ab1); // SSE4.1 in vpmax_s8()