Searched refs:_mm_cvtsi128_si32 (Results 1 – 8 of 8) sorted by relevance
99 resultL = _mm_cvtsi128_si32( m_XMM7 ); in bbs_dotProduct_64SSE2()190 resultL = _mm_cvtsi128_si32( m_XMM0 ); /* 1st 32bits */ in bbs_dotProduct_128SSE2()194 resultL += _mm_cvtsi128_si32( m_XMM0 ); /* 2nd 32bits */ in bbs_dotProduct_128SSE2()198 resultL += _mm_cvtsi128_si32( m_XMM0 ); /* 3rd 32bits */ in bbs_dotProduct_128SSE2()202 resultL += _mm_cvtsi128_si32( m_XMM0 ); /* 4th 32bits */ in bbs_dotProduct_128SSE2()294 resultL = _mm_cvtsi128_si32( m_XMM0 ); /* 1st 32bits */ in bbs_dotProduct_u128SSE2()298 resultL += _mm_cvtsi128_si32( m_XMM0 ); /* 2nd 32bits */ in bbs_dotProduct_u128SSE2()302 resultL += _mm_cvtsi128_si32( m_XMM0 ); /* 3rd 32bits */ in bbs_dotProduct_u128SSE2()306 resultL += _mm_cvtsi128_si32( m_XMM0 ); /* 4th 32bits */ in bbs_dotProduct_u128SSE2()
400 *colors++ = _mm_cvtsi128_si32(sum); in S32_generic_D32_filter_DX_SSSE3()481 *colors++ = _mm_cvtsi128_si32(sum0); in S32_generic_D32_filter_DX_SSSE3()
116 *colors++ = _mm_cvtsi128_si32(sum); in S32_opaque_D32_filter_DX_SSE2()232 *colors++ = _mm_cvtsi128_si32(sum); in S32_alpha_D32_filter_DX_SSE2()
237 *((int32_t *)&dst[0 * BPS]) = _mm_cvtsi128_si32(dst0); in TransformSSE2()238 *((int32_t *)&dst[1 * BPS]) = _mm_cvtsi128_si32(dst1); in TransformSSE2()239 *((int32_t *)&dst[2 * BPS]) = _mm_cvtsi128_si32(dst2); in TransformSSE2()240 *((int32_t *)&dst[3 * BPS]) = _mm_cvtsi128_si32(dst3); in TransformSSE2()550 *((int32_t*)dst) = _mm_cvtsi128_si32(*x); in Store4x4()
286 *((int32_t *)&dst[0 * BPS]) = _mm_cvtsi128_si32(ref0); in ITransformSSE2()287 *((int32_t *)&dst[1 * BPS]) = _mm_cvtsi128_si32(ref1); in ITransformSSE2()288 *((int32_t *)&dst[2 * BPS]) = _mm_cvtsi128_si32(ref2); in ITransformSSE2()289 *((int32_t *)&dst[3 * BPS]) = _mm_cvtsi128_si32(ref3); in ITransformSSE2()
326 …_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int x = _mm_cvtsi128_si32(a); return x…331 …_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int x = _mm_cvtsi128_si32(a); return x…335 …e<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { return _mm_cvtsi128_si32(a); }
341 mind = (short)_mm_cvtsi128_si32(mind8); in icvFindStereoCorrespondenceBM_SSE2()
1040 _mm_cvtsi128_si32(__m128i a) in _mm_cvtsi128_si32() function