OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wide_dx8
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp
407
__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/
SkBitmapProcState_opts_SSE2.cpp
407
__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 38 milliseconds