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

  /external/skia/src/core/
SkBitmapProcState_matrix_clamp.h 129 int16x8_t hi16; local
136 hi16 = vreinterpretq_s16_s32(hout);
139 hi16 = vmaxq_s16(hi16, vdupq_n_s16(0));
140 hi16 = vminq_s16(hi16, vdupq_n_s16(maxX));
141 vst1q_s16(dst16, hi16);
220 int16x8_t hi16, hi16_2; local
225 /* overlay y's low16 with hi16 from x */
228 hi16 = vreinterpretq_s16_s32 (yout)
    [all...]
SkBitmapProcState_matrix_repeat.h 125 int16x8_t hi16; local
138 hi16 = vreinterpretq_s16_s32(hout);
139 vst1q_s16(dst16, hi16);
246 int16x8_t hi16; local
256 /* put hi16 from xout over low16 from yout */
260 hi16 = vreinterpretq_s16_s32(yout);
261 vst1q_s16(dst16, hi16);
333 /* which includes doing vuzp to get hi16's */
395 /* extraction, using uzp, leaves hi16's in y */
SkBitmapProcState_matrixProcs.cpp 187 uint16x8_t hi16; local
193 hi16 = vreinterpretq_u16_s32(hout);
194 vst1q_u16(dst16, hi16);
  /external/webkit/JavaScriptCore/assembler/
ARMv7Assembler.h 1645 ARMThumbImmediate hi16 = ARMThumbImmediate::makeUInt16(static_cast<uint16_t>(value >> 16)); local
1726 ARMThumbImmediate hi16 = ARMThumbImmediate::makeUInt16(static_cast<uint16_t>(reinterpret_cast<uint32_t>(target) >> 16)); local
    [all...]

Completed in 62 milliseconds