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

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86AsmPrinter.cpp 191 case X86II::MO_GOTNTPOFF: O << "@GOTNTPOFF"; break;
X86MCInstLower.cpp 271 case X86II::MO_GOTNTPOFF:
X86InstrInfo.cpp 8625 {MO_GOTNTPOFF, "x86-gotntpoff"},
X86ISelLowering.cpp 19439 OperandFlags = isPIC ? X86II::MO_GOTNTPOFF : X86II::MO_INDNTPOFF;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 521 /// MO_GOTNTPOFF - On a symbol operand this indicates that the immediate is
527 MO_GOTNTPOFF,

Completed in 40 milliseconds