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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 72 /// MO_TPREL_HI/LO - Represents the hi and low part of the offset from
74 MO_TPREL_HI,
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 56 case MipsII::MO_TPREL_HI: Kind = MCSymbolRefExpr::VK_Mips_TPREL_HI; break;
MipsAsmPrinter.cpp 572 case MipsII::MO_TPREL_HI: O << "%tprel_hi("; break;
    [all...]
MipsISelLowering.cpp     [all...]

Completed in 73 milliseconds