Searched defs:wide_dx8 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_opts_SSE2.cpp407 __m128i wide_dx8 = _mm_add_epi32(wide_dx4, wide_dx4); local
421 wide_low = _mm_add_epi32(wide_low, wide_dx8);
422 wide_high = _mm_add_epi32(wide_high, wide_dx8);
449 __m128i wide_dx8 = _mm_add_epi32(wide_dx4, wide_dx4); local
471 wide_low = _mm_add_epi32(wide_low, wide_dx8);
472 wide_high = _mm_add_epi32(wide_high, wide_dx8);
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSE2.cpp407 __m128i wide_dx8 = _mm_add_epi32(wide_dx4, wide_dx4); local
421 wide_low = _mm_add_epi32(wide_low, wide_dx8);
422 wide_high = _mm_add_epi32(wide_high, wide_dx8);
449 __m128i wide_dx8 = _mm_add_epi32(wide_dx4, wide_dx4); local
471 wide_low = _mm_add_epi32(wide_low, wide_dx8);
472 wide_high = _mm_add_epi32(wide_high, wide_dx8);

Completed in 27 milliseconds