Searched refs:_MM_MIN_EPI8 (Results 1 – 1 of 1) sorted by relevance
2442 # define _MM_MIN_EPI8 _mm_min_epi8 macro2595 _NEON2SSE_INLINE __m128i _MM_MIN_EPI8(__m128i a, __m128i b) in _MM_MIN_EPI8() function6175 res = _MM_MIN_EPI8(_pM128i(a),_pM128i(b)); //SSE4.1, use only lower 64 bits in vmin_s8()6232 #define vminq_s8 _MM_MIN_EPI8 //SSE4.16692 min = _MM_MIN_EPI8 (ab, ab1); // SSE4.1 in vpmin_s8()