Home
last modified time | relevance | path

Searched refs:MO_GOT_CALL (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsInstrInfo.h52 MO_GOT_CALL, enumerator
DMipsMCInstLower.cpp41 case MipsII::MO_GOT_CALL: Kind = MipsMCSymbolRefExpr::VK_Mips_GOT_CALL; break; in LowerSymbolOperand()
DMipsAsmPrinter.cpp299 case MipsII::MO_GOT_CALL: O << "%call16("; break; in printOperand()
DMipsISelLowering.cpp1866 unsigned char OpFlag = IsPIC ? MipsII::MO_GOT_CALL : MipsII::MO_NO_FLAG; in LowerCall()