Searched refs:_mm_cvtepi32_ps (Results 1 – 7 of 7) sorted by relevance
16 __m128 x = _mm_cvtepi32_ps(a); in shim_mm_div_epi32()17 __m128 y = _mm_cvtepi32_ps(b); in shim_mm_div_epi32()
20 fVec = _mm_cvtepi32_ps(fix8_32); in SkPMFloat()
21 fVec = _mm_cvtepi32_ps(fix8_32); in SkPMFloat()
512 __m128 x = _mm_cvtepi32_ps(m); in softlight_byte_SSE2()513 __m128 y = _mm_cvtepi32_ps(da); in softlight_byte_SSE2()
66 Packet4f e = padd(_mm_cvtepi32_ps(emm0), p4f_1);142 tmp = _mm_cvtepi32_ps(emm0);302 y = _mm_cvtepi32_ps(emm2);394 y = _mm_cvtepi32_ps(emm2);
322 const __m128 y = _mm_sub_ps(x_max, _mm_cvtepi32_ps(x_minus_half_floor)); in mm_pow_ps()
1049 _mm_cvtepi32_ps(__m128i __a) in _mm_cvtepi32_ps() function