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

  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 403 __m128i wide_high = _mm_add_epi32(wide_low, wide_dx4); local
407 __m128i wide_out_high = _mm_srli_epi32(wide_high, 16);
414 wide_high = _mm_add_epi32(wide_high, wide_dx8);
445 __m128i wide_high = _mm_add_epi32(wide_low, wide_dx4); local
450 __m128i wide_out_high = _mm_srli_epi32(wide_high, 16);
464 wide_high = _mm_add_epi32(wide_high, wide_dx8);
  /external/skqp/src/opts/
SkBitmapProcState_opts_SSE2.cpp 403 __m128i wide_high = _mm_add_epi32(wide_low, wide_dx4); local
407 __m128i wide_out_high = _mm_srli_epi32(wide_high, 16);
414 wide_high = _mm_add_epi32(wide_high, wide_dx8);
445 __m128i wide_high = _mm_add_epi32(wide_low, wide_dx4); local
450 __m128i wide_out_high = _mm_srli_epi32(wide_high, 16);
464 wide_high = _mm_add_epi32(wide_high, wide_dx8);

Completed in 974 milliseconds