HomeSort by relevance Sort by last modified time
    Searched full:hi16 (Results 1 - 25 of 39) sorted by null

1 2

  /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/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/llvm/lib/Target/Blackfin/
BlackfinRegisterInfo.td 20 def hi16 : SubRegIndex;
68 let SubRegIndices = [hi16, lo16];
226 let SubRegClasses = [(D16L lo16), (D16H hi16)];
230 let SubRegClasses = [(P16L lo16), (P16H hi16)];
234 let SubRegClasses = [(DP16L lo16), (DP16H hi16)];
BlackfinRegisterInfo.cpp 144 TII.get(BF::LOAD16i), getSubReg(Reg, BF::hi16))
BlackfinInstrInfo.td 58 def HI16 : SDNodeXForm<imm, [{
475 hi16), PI:$ptr)>;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp 648 MachineInstrBuilder LO16, HI16;
654 HI16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::ORRri))
663 HI16 = HI16.addImm(SOImmValV2);
665 HI16->setMemRefs(MI.memoperands_begin(), MI.memoperands_end());
667 HI16.addImm(Pred).addReg(PredReg).addReg(0);
668 TransferImpOps(MI, LO16, HI16);
    [all...]
ARMCodeEmitter.cpp 746 unsigned Hi16 = getMovi32Value(MI, MO1, ARM::reloc_arm_movt) >> 16;
757 Binary |= Hi16 & 0xFFF;
758 Binary |= ((Hi16 >> 12) & 0xF) << 16;
    [all...]
ARMAsmBackend.cpp 178 // the other hi16 fixup?
ARMAsmPrinter.cpp 275 else if ((Modifier && strcmp(Modifier, "hi16") == 0) ||
289 else if ((Modifier && strcmp(Modifier, "hi16") == 0) ||
    [all...]
ARMInstrInfo.td 249 def hi16 : SDNodeXForm<imm, [{
256 }], hi16>;
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUOperands.td 51 def HI16 : SDNodeXForm<imm, [{
160 def hi16 : PatLeaf<(imm), [{
161 // hi16 predicate - returns true if the immediate has all zeros in the
172 }], HI16>;
SPUInstrInfo.td 380 def r64: ILHURegInst<R64C, u16imm_i64, hi16>;
381 def r32: ILHURegInst<R32C, u16imm_i32, hi16>;
384 def hi: ILHURegInst<R32C, symbolHi, hi16>;
    [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/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 56 AtI[0] = BUILD_LIS(12, To >> 16); // lis r12, hi16(address)
61 AtI[0] = BUILD_LIS(12, To >> 48); // lis r12, hi16(address)
64 AtI[3] = BUILD_ORIS(12, 12, To >> 16); // oris r12, r12, hi16(address)
PPCInstrInfo.td 182 def HI16 : SDNodeXForm<imm, [{
237 }], HI16>;
248 }], HI16>;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.td 154 def HI16 : SDNodeXForm<imm, [{
668 (ORi (LUi (HI16 imm:$imm)), (LO16 imm:$imm))>;
    [all...]
  /external/valgrind/main/VEX/priv/
host_arm_defs.c 2633 UInt hi16 = (imm32 >> 16) & 0xFFFF; local
    [all...]
host_amd64_isel.c 1230 HReg hi16 = newVRegI(env); local
    [all...]
host_x86_isel.c 944 HReg hi16 = newVRegI(env); local
948 addInstr(env, mk_iMOVsd_RR(hi16s, hi16));
950 addInstr(env, X86Instr_Sh32(Xsh_SHL, 16, hi16));
952 addInstr(env, X86Instr_Alu32R(Xalu_OR, X86RMI_Reg(lo16), hi16));
953 return hi16;
    [all...]
guest_amd64_helpers.c     [all...]
guest_x86_helpers.c     [all...]
  /external/llvm/docs/
CodeGenerator.html     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/
bfd.info     [all...]

Completed in 451 milliseconds

1 2