Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkPMFloat_SSE2.h30 __m128i fix8_32 = _mm_cvttps_epi32(_mm_add_ps(_mm_set1_ps(0.5f), fVec)), in roundClamp()
40 __m128i fix8_32 = _mm_cvttps_epi32(fVec), in trunc()
69 __m128i c0 = _mm_cvttps_epi32(_mm_add_ps(_mm_set1_ps(0.5f), a.fVec)), in RoundClampTo4PMColors()
70 c1 = _mm_cvttps_epi32(_mm_add_ps(_mm_set1_ps(0.5f), b.fVec)), in RoundClampTo4PMColors()
71 c2 = _mm_cvttps_epi32(_mm_add_ps(_mm_set1_ps(0.5f), c.fVec)), in RoundClampTo4PMColors()
72 c3 = _mm_cvttps_epi32(_mm_add_ps(_mm_set1_ps(0.5f), d.fVec)); in RoundClampTo4PMColors()
DSkPMFloat_SSSE3.h27 __m128i fix8_32 = _mm_cvttps_epi32(fVec), in trunc()
40 __m128i fix8_32 = _mm_cvttps_epi32(_mm_add_ps(_mm_set1_ps(0.5f), fVec)), in roundClamp()
72 __m128i c0 = _mm_cvttps_epi32(_mm_add_ps(_mm_set1_ps(0.5f), a.fVec)), in RoundClampTo4PMColors()
73 c1 = _mm_cvttps_epi32(_mm_add_ps(_mm_set1_ps(0.5f), b.fVec)), in RoundClampTo4PMColors()
74 c2 = _mm_cvttps_epi32(_mm_add_ps(_mm_set1_ps(0.5f), c.fVec)), in RoundClampTo4PMColors()
75 c3 = _mm_cvttps_epi32(_mm_add_ps(_mm_set1_ps(0.5f), d.fVec)); in RoundClampTo4PMColors()
DSkMath_opts_SSE2.h18 return _mm_cvttps_epi32(_mm_div_ps(x, y)); in shim_mm_div_epi32()
DSkNx_sse.h194 SkNi<4, int> castTrunc() const { return _mm_cvttps_epi32(fVec); } in castTrunc()
DSkXfermode_opts_SSE2.cpp514 m = _mm_cvttps_epi32(_mm_div_ps(x, y)); in softlight_byte_SSE2()
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h141 emm0 = _mm_cvttps_epi32(fx);
166 emm0 = _mm_cvttps_epi32(fx);
298 emm2 = _mm_cvttps_epi32(y);
390 emm2 = _mm_cvttps_epi32(y);
/external/clang/lib/Headers/
Demmintrin.h1061 _mm_cvttps_epi32(__m128 __a) in _mm_cvttps_epi32() function