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

  /external/llvm/lib/Target/X86/
X86InstrInfo.h 145 /// MO_GOTTPOFF - On a symbol operand this indicates that the immediate is
150 MO_GOTTPOFF,
    [all...]
X86AsmPrinter.cpp 190 case X86II::MO_GOTTPOFF: O << "@GOTTPOFF"; break;
X86MCInstLower.cpp 158 case X86II::MO_GOTTPOFF: RefKind = MCSymbolRefExpr::VK_GOTTPOFF; break;
X86ISelLowering.cpp     [all...]

Completed in 153 milliseconds