Searched refs:hi16 (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkBitmapProcState_matrix_clamp.h129 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
[all...]
H A DSkBitmapProcState_matrix_repeat.h125 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 */
H A DSkBitmapProcState_matrixProcs.cpp187 uint16x8_t hi16; local
193 hi16 = vreinterpretq_u16_s32(hout);
194 vst1q_u16(dst16, hi16);
/external/webkit/JavaScriptCore/assembler/
H A DARMv7Assembler.h1645 ARMThumbImmediate hi16 = ARMThumbImmediate::makeUInt16(static_cast<uint16_t>(value >> 16)); local
1648 location[-2] = twoWordOp5i6Imm4Reg4EncodedImmFirst(OP_MOVT, hi16);
1649 location[-1] = twoWordOp5i6Imm4Reg4EncodedImmSecond((location[-1] >> 8) & 0xf, hi16);
1726 ARMThumbImmediate hi16 = ARMThumbImmediate::makeUInt16(static_cast<uint16_t>(reinterpret_cast<uint32_t>(target) >> 16)); local
1729 instruction[-3] = twoWordOp5i6Imm4Reg4EncodedImmFirst(OP_MOVT, hi16);
1730 instruction[-2] = twoWordOp5i6Imm4Reg4EncodedImmSecond(JUMP_TEMPORARY_REGISTER, hi16);

Completed in 103 milliseconds