Home
last modified time | relevance | path

Searched refs:MO_GOT_PAGE (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h80 MO_GOT_PAGE, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp100 case MipsII::MO_GOT_PAGE: in LowerSymbolOperand()
H A DMipsISelLowering.h386 unsigned GOTFlag = IsN32OrN64 ? MipsII::MO_GOT_PAGE : MipsII::MO_GOT; in getAddrLocal()
H A DMipsInstrInfo.cpp923 {MO_GOT_PAGE, "mips-got-page"}, in getSerializableDirectMachineOperandTargetFlags()
H A DMipsAsmPrinter.cpp645 case MipsII::MO_GOT_PAGE: O << "%got_page("; break; in printOperand()