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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 47 /// MO_GPREL - Represents the offset from the current gp value to be used
49 MO_GPREL,
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonBaseInfo.h 189 MO_GPREL
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 44 case MipsII::MO_GPREL: Kind = MCSymbolRefExpr::VK_Mips_GPREL; break;
MipsAsmPrinter.cpp 569 case MipsII::MO_GPREL: O << "%gp_rel("; break;
    [all...]
MipsISelLowering.cpp     [all...]

Completed in 89 milliseconds