Searched refs:_mm_cvttps_epi32 (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/opts/ |
D | SkPMFloat_SSE2.h | 30 __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()
|
D | SkPMFloat_SSSE3.h | 27 __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()
|
D | SkMath_opts_SSE2.h | 18 return _mm_cvttps_epi32(_mm_div_ps(x, y)); in shim_mm_div_epi32()
|
D | SkNx_sse.h | 194 SkNi<4, int> castTrunc() const { return _mm_cvttps_epi32(fVec); } in castTrunc()
|
D | SkXfermode_opts_SSE2.cpp | 514 m = _mm_cvttps_epi32(_mm_div_ps(x, y)); in softlight_byte_SSE2()
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | MathFunctions.h | 141 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/ |
D | emmintrin.h | 1061 _mm_cvttps_epi32(__m128 __a) in _mm_cvttps_epi32() function
|