HomeSort by relevance Sort by last modified time
    Searched refs:Offset (Results 51 - 75 of 439) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/X86/
X86MachineFunctionInfo.h 60 /// VarArgsGPOffset - X86-64 vararg func int reg offset.
62 /// VarArgsFPOffset - X86-64 vararg func fp reg offset.
124 void setVarArgsGPOffset(unsigned Offset) { VarArgsGPOffset = Offset; }
127 void setVarArgsFPOffset(unsigned Offset) { VarArgsFPOffset = Offset; }
X86InstrBuilder.h 37 /// also include the offset of a global value.
99 addOffset(const MachineInstrBuilder &MIB, int Offset) {
100 return MIB.addImm(1).addReg(0).addImm(Offset).addReg(0);
104 /// [Reg + Offset], i.e., one with no scale or index, but with a
109 unsigned Reg, bool isKill, int Offset) {
110 return addOffset(MIB.addReg(Reg, getKillRegState(isKill)), Offset);
145 /// reference has base register as the FrameIndex offset until it is resolved.
146 /// This allows a constant offset to be specified as well...
149 addFrameReference(const MachineInstrBuilder &MIB, int FI, int Offset = 0) {
160 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(FI, Offset),
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 48 uint64_t Offset;
55 unsigned O) : mdPtr(mdP), Offset(off), DL(dl), Order(O),
65 mdPtr(mdP), Offset(off), DL(dl), Order(O), Invalid(false) {
72 mdPtr(mdP), Offset(off), DL(dl), Order(O), Invalid(false) {
95 // Returns the offset.
96 uint64_t getOffset() { return Offset; }
  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 183 int Offset = MF.getFrameInfo()->getObjectOffset(FrameIndex);
192 DEBUG(errs() << "FrameOffset : " << Offset << "\n");
196 Offset += StackSize;
203 MI.getOperand(i+1).ChangeToImmediate(Offset);
207 // fold constant into offset.
208 Offset += MI.getOperand(i + 1).getImm();
211 assert(Offset%4 == 0 && "Misaligned stack offset");
213 DEBUG(errs() << "Offset : " << Offset << "\n" << "<--------->\n")
    [all...]
  /external/llvm/include/llvm/Support/
OutputBuffer.h 124 // Fix Functions - Replace an existing entry at an offset.
126 void fixhalf(unsigned short X, unsigned Offset) {
127 unsigned char *P = &Output[Offset];
131 void fixword(unsigned X, unsigned Offset) {
132 unsigned char *P = &Output[Offset];
138 void fixxword(uint64_t X, unsigned Offset) {
139 unsigned char *P = &Output[Offset];
149 void fixaddr(uint64_t X, unsigned Offset) {
151 fixword((unsigned)X, Offset);
153 fixxword(X, Offset);
    [all...]
  /external/clang/include/clang/AST/
ExternalASTSource.h 100 /// \brief Resolve the offset of a statement in the decl stream into
108 virtual Stmt *GetExternalDeclStmt(uint64_t Offset);
110 /// \brief Resolve the offset of a set of C++ base specifiers in the decl
114 virtual CXXBaseSpecifier *GetExternalCXXBaseSpecifiers(uint64_t Offset);
230 /// 63-bit offset, and can be retrieved via an operation on the
232 template<typename T, typename OffsT, T* (ExternalASTSource::*Get)(OffsT Offset)>
234 /// \brief Either a pointer to an AST node or the offset within the
238 /// bit is set, the upper 63 bits are the offset.
245 explicit LazyOffsetPtr(uint64_t Offset) : Ptr((Offset << 1) | 0x01)
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 52 Offset RN 11
74 MUL Offset, iExpandPels, iPlaneStep ;// E*Step
93 SUB pDstTop, pTop, Offset
124 SUB pDstTop, pTop, Offset
154 SUB pDstRight, Temp, Offset
156 SUB pDstLeft, pSrcDstPlane, Offset
161 SUB Offset, iPlaneStep, iExpandPels
179 ADD pDstLeft, pDstLeft, Offset
180 ADD pDstRight, pDstRight, Offset
200 ADD pDstLeft, pDstLeft, Offset
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2InstrInfo.cpp 182 // If profitable, use a movw or movt to materialize the offset.
386 unsigned FrameReg, int &Offset,
398 Offset += MI.getOperand(FrameRegIdx+1).getImm();
401 if (Offset == 0 && getInstrPredicate(&MI, PredReg) == ARMCC::AL) {
405 // Remove offset and remaining explicit predicate operands.
415 if (Offset < 0) {
416 Offset = -Offset;
423 // Common case: small offset, fits into instruction.
424 if (ARM_AM::getT2SOImmVal(Offset) != -1)
    [all...]
  /external/icu4c/layout/
CursiveAttachmentSubtables.cpp 29 Offset entryOffset = SWAPW(entryExitRecords[coverageIndex].entryAnchor);
30 Offset exitOffset = SWAPW(entryExitRecords[coverageIndex].exitAnchor);
Features.cpp 22 Offset featureTableOffset = featureRecordArray[featureIndex].featureTableOffset;
40 Offset featureTableOffset =
LookupProcessor.h 50 Offset scriptListOffset,
51 Offset featureListOffset,
52 Offset lookupListOffset,
ScriptAndLanguage.cpp 17 Offset langSysTableOffset = exactMatch? 0 : SWAPW(defaultLangSysTableOffset);
20 Offset foundOffset =
39 * and protect against this, we use the offset in the first scriptRecord,
43 * Note: normally, the first offset will point to just after the scriptRecordArray,
50 le_uint16 limit = ((SWAPW(scriptRecordArray[0].offset) - sizeof(ScriptListTable)) / sizeof(scriptRecordArray)) + ANY_NUMBER;
51 Offset scriptTableOffset = 0;
58 scriptTableOffset = SWAPW(scriptRecordArray[s].offset);
  /external/libnfc-nxp/src/
phFriNfc_ISO15693Map.h 69 * \param[in] Offset Indicates whether the read operation shall start from the begining of the
70 * file/card storage \b or continue from the last offset. The last Offset set is stored
73 * start reading from the last offset set (continue where it has stopped before).
78 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
96 uint8_t Offset);
113 * \param[in] Offset Indicates whether the write operation shall start from the begining of the
114 * file/card storage \b or continue from the last offset. The last Offset set is stored
117 * start writing from the last offset set (continue where it has stopped before)
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_ReverbGenerator.c 66 LVM_UINT16 Offset;
97 Offset = (LVM_UINT16)pParams->SampleRate;
101 Coeffs.A0 = (LVM_INT16)pReverbCoefTable[Offset].A0;
102 Coeffs.A1 = (LVM_INT16)pReverbCoefTable[Offset].A1;
103 Coeffs.A2 = (LVM_INT16)pReverbCoefTable[Offset].A2;
104 Coeffs.B1 = (LVM_INT16)-pReverbCoefTable[Offset].B1;
105 Coeffs.B2 = (LVM_INT16)-pReverbCoefTable[Offset].B2;
116 switch(pReverbCoefTable[Offset].Scale)
LVCS_Control.c 82 LVM_INT16 Offset;
118 Offset = (LVM_INT16)(pParams->SpeakerType + pParams->SourceFormat*(1+LVCS_EX_HEADPHONES));
120 pInstance->VolCorrect = pLVCS_VolCorrectTable[Offset];
130 Gain = (LVM_UINT32)(pOutputGainTable[Offset].Loss * LVM_MAXINT_16);
131 Gain = (LVM_UINT32)pOutputGainTable[Offset].UnprocLoss * (Gain >> 15);
175 Offset = (LVM_INT16)(pParams->SpeakerType + pParams->SourceFormat*(1+LVCS_EX_HEADPHONES));
177 pInstance->VolCorrect = pLVCS_VolCorrectTable[Offset];
  /external/chromium/chrome/browser/ui/views/
find_bar_host_gtk.cc 24 avoid_overlapping_rect->Offset(0, webcontents_rect.y() - frame_rect.y());
  /external/llvm/include/llvm/Analysis/
ValueTracking.h 116 /// it can be expressed as a base pointer plus a constant offset. Return the
117 /// base and offset to the caller.
118 Value *GetPointerBaseWithConstantOffset(Value *Ptr, int64_t &Offset,
121 GetPointerBaseWithConstantOffset(const Value *Ptr, int64_t &Offset,
123 return GetPointerBaseWithConstantOffset(const_cast<Value*>(Ptr), Offset,TD);
133 uint64_t Offset = 0,
  /external/llvm/lib/VMCore/
Use.cpp 63 ptrdiff_t Offset = 1;
70 Offset = (Offset << 1) + Tag;
73 return Current + Offset;
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.h 26 unsigned Base, Width, Offset;
28 : Base(B), Width(W), Offset(O) { }
38 void addField(unsigned Base, unsigned Width, unsigned Offset) {
39 Fields.push_back(EncodingField(Base, Width, Offset));
  /external/webkit/Source/WebCore/svg/
SVGStopElement.h 50 DECLARE_ANIMATED_NUMBER(Offset, offset)
  /external/clang/lib/Frontend/
CacheTokens.cpp 45 Offset TokenData, PPCondData;
50 PTHEntry(Offset td, Offset ppcd)
53 Offset getTokenOffset() const { return TokenData; }
54 Offset getPPCondTableOffset() const { return PPCondData; }
159 Offset off;
163 Offset getOffset() const { assert(valid); return off; }
164 void setOffset(Offset o) { off = o; valid = true; }
181 Offset CurStrOffset;
209 std::pair<Offset, Offset> EmitIdentifierTable()
    [all...]
  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 108 /// uint32_t BitcodeOffset; // Offset to traditional bitcode file.
120 OffsetField = 2*4, // Offset in bytes to Offset field.
121 SizeField = 3*4 // Offset in bytes to Size field.
127 unsigned Offset = ( BufPtr[OffsetField ] |
136 // Verify that Offset+Size fits in the file.
137 if (Offset+Size > unsigned(BufEnd-BufPtr))
139 BufPtr += Offset;
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 40 /// the offset to the location of the symbol name from the base of the GOT.
46 /// offset to the PLT entry of symbol name from the current code location.
103 const MCInstrDesc& getMemoryInstr(unsigned Opc, int64_t Offset = 0) const {
104 if (Offset < 0 || Offset >= 4096)
SystemZFrameLowering.cpp 71 uint64_t Offset = isSub ? -NumBytes : NumBytes;
73 if (Offset >= (1LL << 15) - 1) {
83 while (Offset) {
84 uint64_t ThisVal = (Offset > Chunk) ? Chunk : Offset;
90 Offset -= ThisVal;
173 // (and thus - the stack size was unknown). Tune the offset having full stack
189 uint64_t Offset = NumBytes + MI.getOperand(i).getImm();
190 // If Offset does not fit into 20-bit signed displacement field we need to
192 if (Offset > 524287)
    [all...]
  /external/chromium/base/debug/
stack_trace_win.cc 54 // <tab>SymbolName[0xAddress+Offset] (FileName:LineNo)
151 stack_frame.AddrPC.Offset = exception_pointers->ContextRecord->Rip;
152 stack_frame.AddrFrame.Offset = exception_pointers->ContextRecord->Rbp;
153 stack_frame.AddrStack.Offset = exception_pointers->ContextRecord->Rsp;
156 stack_frame.AddrPC.Offset = exception_pointers->ContextRecord->Eip;
157 stack_frame.AddrFrame.Offset = exception_pointers->ContextRecord->Ebp;
158 stack_frame.AddrStack.Offset = exception_pointers->ContextRecord->Esp;
173 trace_[count_++] = reinterpret_cast<void*>(stack_frame.AddrPC.Offset);

Completed in 301 milliseconds

1 23 4 5 6 7 8 91011>>