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

  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h 515 int32x4_t wide_one, wide_fx, wide_fx1, wide_i, wide_lo; local
537 wide_i = vmaxq_s32(vshrq_n_s32(wide_fx,16), vdupq_n_s32(0));
538 wide_i = vminq_s32(wide_i, vdupq_n_s32(maxX));
542 wide_i = vsliq_n_s32(wide_lo, wide_i, 4);
545 wide_i = vshlq_n_s32(wide_i, 14);
553 wide_i = vorrq_s32(wide_i, wide_fx1)
613 int32x4_t wide_i, wide_lo; local
768 int32x4_t wide_i, wide_lo; local
    [all...]
SkBitmapProcState_opts_SSE2.cpp 326 __m128i wide_i; local
331 wide_i = _mm_max_epi16(_mm_srli_epi32(wide_fx, 16),
333 wide_i = _mm_min_epi16(wide_i, wide_maxX);
338 wide_i = _mm_slli_epi32(wide_i, 4);
339 wide_i = _mm_or_si128(wide_i, wide_lo);
342 wide_i = _mm_slli_epi32(wide_i, 14)
352 _mm_store_si128(reinterpret_cast<__m128i*>(xy), wide_i); local
519 __m128i wide_i = _mm_max_epi16(_mm_srli_epi32(wide_f, 16), local
540 _mm_storeu_si128(reinterpret_cast<__m128i*>(xy), wide_i); local
615 __m128i wide_i = _mm_or_si128(_mm_slli_epi32(wide_hi, 16), local
617 _mm_store_si128(reinterpret_cast<__m128i*>(xy), wide_i); local
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h 515 int32x4_t wide_one, wide_fx, wide_fx1, wide_i, wide_lo; local
537 wide_i = vmaxq_s32(vshrq_n_s32(wide_fx,16), vdupq_n_s32(0));
538 wide_i = vminq_s32(wide_i, vdupq_n_s32(maxX));
542 wide_i = vsliq_n_s32(wide_lo, wide_i, 4);
545 wide_i = vshlq_n_s32(wide_i, 14);
553 wide_i = vorrq_s32(wide_i, wide_fx1)
613 int32x4_t wide_i, wide_lo; local
768 int32x4_t wide_i, wide_lo; local
    [all...]
SkBitmapProcState_opts_SSE2.cpp 326 __m128i wide_i; local
331 wide_i = _mm_max_epi16(_mm_srli_epi32(wide_fx, 16),
333 wide_i = _mm_min_epi16(wide_i, wide_maxX);
338 wide_i = _mm_slli_epi32(wide_i, 4);
339 wide_i = _mm_or_si128(wide_i, wide_lo);
342 wide_i = _mm_slli_epi32(wide_i, 14)
352 _mm_store_si128(reinterpret_cast<__m128i*>(xy), wide_i); local
519 __m128i wide_i = _mm_max_epi16(_mm_srli_epi32(wide_f, 16), local
540 _mm_storeu_si128(reinterpret_cast<__m128i*>(xy), wide_i); local
615 __m128i wide_i = _mm_or_si128(_mm_slli_epi32(wide_hi, 16), local
617 _mm_store_si128(reinterpret_cast<__m128i*>(xy), wide_i); local
    [all...]

Completed in 1438 milliseconds