HomeSort by relevance Sort by last modified time
    Searched full:hi16 (Results 1 - 14 of 14) 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...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/
bfd.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
bfd.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
bfd.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/info/
bfd.info     [all...]
  /prebuilt/linux-x86/bcc/
slang 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/info/
bfd.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
bfd.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
bfd.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/share/info/
bfd.info     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
bfd.info     [all...]

Completed in 71 milliseconds