HomeSort by: relevance | last modified time | path
    Searched refs:MO_INDNTPOFF (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 25 case SystemZII::MO_INDNTPOFF:
SystemZInstrInfo.h 74 MO_INDNTPOFF = (2 << 0)
SystemZISelLowering.cpp 3208 SystemZII::MO_INDNTPOFF);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86AsmPrinter.cpp 187 case X86II::MO_INDNTPOFF: O << "@INDNTPOFF"; break;
X86MCInstLower.cpp 259 case X86II::MO_INDNTPOFF:
X86InstrInfo.cpp 8621 {MO_INDNTPOFF, "x86-indntpoff"},
X86ISelLowering.cpp 19439 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 488 /// MO_INDNTPOFF - On a symbol operand this indicates that the immediate is
495 MO_INDNTPOFF,

Completed in 47 milliseconds