Searched refs:MO_GOT_PAGE (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h80 MO_GOT_PAGE, enumerator in enum:llvm::MipsII::TOF
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsInstrInfo.h81 MO_GOT_PAGE, enumerator in enum:llvm::MipsII::TOF
H A DMipsMCInstLower.cpp52 case MipsII::MO_GOT_PAGE: Kind = MipsMCSymbolRefExpr::VK_Mips_GOT_PAGE; break;
H A DMipsAsmPrinter.cpp331 case MipsII::MO_GOT_PAGE: O << "%got_page("; break;
H A DMipsISelLowering.cpp1417 (HasGotOfst ? MipsII::MO_GOT_PAGE : MipsII::MO_GOT_DISP) :
/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp102 case MipsII::MO_GOT_PAGE:
H A DMipsISelLowering.h309 unsigned GOTFlag = IsN32OrN64 ? MipsII::MO_GOT_PAGE : MipsII::MO_GOT;
H A DMipsAsmPrinter.cpp581 case MipsII::MO_GOT_PAGE: O << "%got_page("; break;

Completed in 52 milliseconds