OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wide_high
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp
411
__m128i
wide_high
= _mm_add_epi32(wide_low, wide_dx4);
local
415
__m128i wide_out_high = _mm_srli_epi32(
wide_high
, 16);
422
wide_high
= _mm_add_epi32(
wide_high
, wide_dx8);
453
__m128i
wide_high
= _mm_add_epi32(wide_low, wide_dx4);
local
458
__m128i wide_out_high = _mm_srli_epi32(
wide_high
, 16);
472
wide_high
= _mm_add_epi32(
wide_high
, wide_dx8);
/external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp
411
__m128i
wide_high
= _mm_add_epi32(wide_low, wide_dx4);
local
415
__m128i wide_out_high = _mm_srli_epi32(
wide_high
, 16);
422
wide_high
= _mm_add_epi32(
wide_high
, wide_dx8);
453
__m128i
wide_high
= _mm_add_epi32(wide_low, wide_dx4);
local
458
__m128i wide_out_high = _mm_srli_epi32(
wide_high
, 16);
472
wide_high
= _mm_add_epi32(
wide_high
, wide_dx8);
Completed in 29 milliseconds