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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocationFunctions.h 17 DECL_MIPS_APPLY_RELOC_FUNC(hi16) \
31 { &hi16, 5, "R_MIPS_HI16", 16}, \
MipsRelocator.cpp 247 MipsRelocator::Result hi16(Relocation& pReloc, MipsRelocator& pParent) function
  /external/skia/src/opts/
SkBitmapProcState_matrixProcs_neon.cpp 68 uint16x8_t hi16; local
74 hi16 = vreinterpretq_u16_s32(hout);
75 vst1q_u16(dst16, hi16);
SkBitmapProcState_matrix_clamp_neon.h 130 int16x8_t hi16; local
137 hi16 = vreinterpretq_s16_s32(hout);
140 hi16 = vmaxq_s16(hi16, vdupq_n_s16(0));
141 hi16 = vminq_s16(hi16, vdupq_n_s16(maxX));
142 vst1q_s16(dst16, hi16);
221 int16x8_t hi16, hi16_2; local
226 /* overlay y's low16 with hi16 from x */
229 hi16 = vreinterpretq_s16_s32 (yout)
    [all...]
SkBitmapProcState_matrix_repeat_neon.h 125 int16x8_t hi16; local
138 hi16 = vreinterpretq_s16_s32(hout);
139 vst1q_s16(dst16, hi16);
221 int16x8_t hi16; local
231 /* put hi16 from xout over low16 from yout */
235 hi16 = vreinterpretq_s16_s32(yout);
236 vst1q_s16(dst16, hi16);
306 /* which includes doing vuzp to get hi16's */
368 /* extraction, using uzp, leaves hi16's in y */
  /external/skia/legacy/src/core/
SkBitmapProcState_matrix_clamp.h 134 int16x8_t hi16; local
141 hi16 = vreinterpretq_s16_s32(hout);
144 hi16 = vmaxq_s16(hi16, vdupq_n_s16(0));
145 hi16 = vminq_s16(hi16, vdupq_n_s16(maxX));
146 vst1q_s16(dst16, hi16);
225 int16x8_t hi16, hi16_2; local
230 /* overlay y's low16 with hi16 from x */
233 hi16 = vreinterpretq_s16_s32 (yout)
    [all...]
SkBitmapProcState_matrix_repeat.h 130 int16x8_t hi16; local
143 hi16 = vreinterpretq_s16_s32(hout);
144 vst1q_s16(dst16, hi16);
251 int16x8_t hi16; local
261 /* put hi16 from xout over low16 from yout */
265 hi16 = vreinterpretq_s16_s32(yout);
266 vst1q_s16(dst16, hi16);
338 /* which includes doing vuzp to get hi16's */
400 /* extraction, using uzp, leaves hi16's in y */
SkBitmapProcState_matrixProcs.cpp 191 uint16x8_t hi16; local
197 hi16 = vreinterpretq_u16_s32(hout);
198 vst1q_u16(dst16, hi16);
  /external/flac/libFLAC/ppc/as/
lpc_asm.s 71 addis r31,0,hi16(0xfffffc00)
118 addis r31,0,hi16(L1307)
132 addis r31,0,hi16(L1306)
146 addis r31,0,hi16(L1305)
160 addis r31,0,hi16(L1304)
174 addis r31,0,hi16(L1303)
188 addis r31,0,hi16(L1302)
202 addis r31,0,hi16(L1301)
214 addis r31,0,hi16(L1300)
320 addis r31,0,hi16(0xffc00000
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h 1920 ARMThumbImmediate hi16 = ARMThumbImmediate::makeUInt16(static_cast<uint16_t>(value >> 16)); local
2129 ARMThumbImmediate hi16 = ARMThumbImmediate::makeUInt16(static_cast<uint16_t>(reinterpret_cast<uint32_t>(target) >> 16)); local
2170 ARMThumbImmediate hi16 = ARMThumbImmediate::makeUInt16(static_cast<uint16_t>(reinterpret_cast<uint32_t>(target) >> 16)); local
    [all...]
  /external/valgrind/main/VEX/priv/
host_arm_defs.c 2801 UInt hi16 = (imm32 >> 16) & 0xFFFF; local
2862 UInt hi16 = (imm32 >> 16) & 0xFFFF; local
2885 UInt hi16 = (imm32 >> 16) & 0xFFFF; local
    [all...]
host_amd64_isel.c 1186 HReg hi16 = newVRegI(env); local
    [all...]
host_x86_isel.c 963 HReg hi16 = newVRegI(env); local
967 addInstr(env, mk_iMOVsd_RR(hi16s, hi16));
969 addInstr(env, X86Instr_Sh32(Xsh_SHL, 16, hi16));
971 addInstr(env, X86Instr_Alu32R(Xalu_OR, X86RMI_Reg(lo16), hi16));
972 return hi16;
    [all...]

Completed in 1605 milliseconds