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

  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 406 __m128i wide_dx8 = _mm_add_epi32(wide_dx4, wide_dx4); local
420 wide_low = _mm_add_epi32(wide_low, wide_dx8);
421 wide_high = _mm_add_epi32(wide_high, wide_dx8);
448 __m128i wide_dx8 = _mm_add_epi32(wide_dx4, wide_dx4); local
470 wide_low = _mm_add_epi32(wide_low, wide_dx8);
471 wide_high = _mm_add_epi32(wide_high, wide_dx8);
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 406 __m128i wide_dx8 = _mm_add_epi32(wide_dx4, wide_dx4); local
420 wide_low = _mm_add_epi32(wide_low, wide_dx8);
421 wide_high = _mm_add_epi32(wide_high, wide_dx8);
448 __m128i wide_dx8 = _mm_add_epi32(wide_dx4, wide_dx4); local
470 wide_low = _mm_add_epi32(wide_low, wide_dx8);
471 wide_high = _mm_add_epi32(wide_high, wide_dx8);

Completed in 103 milliseconds