Home
last modified time | relevance | path

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

/external/neon_2_sse/
DNEON_2_SSE.h2452 # define _MM_MUL_EPI32 _mm_mul_epi32 macro
2689 _NEON2SSE_INLINE __m128i _MM_MUL_EPI32(__m128i a, __m128i b) in _MM_MUL_EPI32() function
3720 …return _MM_MUL_EPI32(ab, ba); //uses 1rst and 3rd data lanes, the multiplication gives 64 bit resu… in vmull_s32()
4257 …mul = _MM_MUL_EPI32(ab, ba); //uses 1rst and 3rd data lanes, the multiplication gives 64 bit result in _NEON2SSE_PERFORMANCE_WARNING()
4261 …mul1 = _MM_MUL_EPI32(ab, ba); //uses 1rst and 3rd data lanes, the multiplication gives 64 bit resu… in _NEON2SSE_PERFORMANCE_WARNING()
4318 …mul = _MM_MUL_EPI32(ab, ba); //uses 1rst and 3rd data lanes, the multiplication gives 64 bit result in _NEON2SSE_PERFORMANCE_WARNING()
4326 …mul1 = _MM_MUL_EPI32(ab, ba); //uses 1rst and 3rd data lanes, the multiplication gives 64 bit resu… in _NEON2SSE_PERFORMANCE_WARNING()