Home
last modified time | relevance | path

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

/external/neon_2_sse/
DNEON_2_SSE.h2451 # define _MM_MULLO_EPI32 _mm_mullo_epi32 macro
2675 …_NEON2SSE_INLINE _NEON2SSE_PERFORMANCE_WARNING(__m128i _MM_MULLO_EPI32(__m128i a, __m128i b), _NEO… in _NEON2SSE_PERFORMANCE_WARNING()
3630 #define vmulq_s32 _MM_MULLO_EPI32 //SSE4.1
3661 #define vmulq_u32 _MM_MULLO_EPI32 //SSE4.1
3701 return _MM_MULLO_EPI32 (a16, b16); // SSE 4.1 in vmull_s16()
3740 return _MM_MULLO_EPI32 (a16, b16); // SSE 4.1 in vmull_u16()
3837 res = _MM_MULLO_EPI32 (_pM128i(b), _pM128i(c)); //SSE4.1 in vmla_s32()
3912 res = _MM_MULLO_EPI32 (c, b); //SSE4.1 in vmlaq_s32()
4036 res = _MM_MULLO_EPI32 (_pM128i(c),_pM128i( b)); //SSE4.1 in vmls_s32()
4106 res = _MM_MULLO_EPI32 (c, b); //SSE4.1 in vmlsq_s32()