HomeSort by relevance Sort by last modified time
    Searched refs:MO_INDNTPOFF (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/X86/
X86InstrInfo.h 152 /// MO_INDNTPOFF - On a symbol operand this indicates that the immediate is
157 MO_INDNTPOFF,
    [all...]
X86AsmPrinter.cpp 191 case X86II::MO_INDNTPOFF: O << "@INDNTPOFF"; break;
X86MCInstLower.cpp 159 case X86II::MO_INDNTPOFF: RefKind = MCSymbolRefExpr::VK_INDNTPOFF; break;
X86ISelLowering.cpp     [all...]

Completed in 868 milliseconds