Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1647 const MCExpr *JalExpr = Inst.getOperand(0).getExpr(); in processInstruction() local
1651 if (countMCSymbolRefExpr(JalExpr) > 1) in processInstruction()
1656 const MCSymbol *JalSym = getSingleMCSymbol(JalExpr); in processInstruction()
1670 MipsMCExpr::create(MipsMCExpr::MEK_GOT, JalExpr, getContext()); in processInstruction()
1672 MipsMCExpr::create(MipsMCExpr::MEK_LO, JalExpr, getContext()); in processInstruction()
1685 MipsMCExpr::create(MipsMCExpr::MEK_GOT_DISP, JalExpr, getContext()); in processInstruction()
1697 MipsMCExpr::create(MipsMCExpr::MEK_GOT_CALL, JalExpr, getContext()); in processInstruction()