HomeSort by relevance Sort by last modified time
    Searched defs:ImmOffset (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 126 int ImmOffset = 0) const;
296 SmallVectorImpl<MCFixup> &Fixups, int ImmOffset) const {
304 EmitConstant(DispOp.getImm()+ImmOffset, Size, CurByte, OS);
312 // If we have an immoffset, add it to the expression.
318 assert(ImmOffset == 0);
328 ImmOffset = CurByte;
347 ImmOffset -= 4;
349 ImmOffset -= 2;
351 ImmOffset -= 1;
353 if (ImmOffset)
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 783 milliseconds