HomeSort by relevance Sort by last modified time
    Searched refs:_m_temp2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 750 __m128i _m_temp2 = _mm_srli_epi32(_m_temp1, 3); local
752 unsigned int r32 = _mm_cvtsi128_si32(_m_temp2);
755 _m_temp2 = _mm_srli_epi32(_m_temp2, 7);
756 unsigned int g32 = _mm_cvtsi128_si32(_m_temp2);
759 _m_temp2 = _mm_srli_epi32(_m_temp2, 9);
760 unsigned int b32 = _mm_cvtsi128_si32(_m_temp2);
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 750 __m128i _m_temp2 = _mm_srli_epi32(_m_temp1, 3); local
752 unsigned int r32 = _mm_cvtsi128_si32(_m_temp2);
755 _m_temp2 = _mm_srli_epi32(_m_temp2, 7);
756 unsigned int g32 = _mm_cvtsi128_si32(_m_temp2);
759 _m_temp2 = _mm_srli_epi32(_m_temp2, 9);
760 unsigned int b32 = _mm_cvtsi128_si32(_m_temp2);

Completed in 100 milliseconds