Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp202 void expandMemInst(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
1731 expandMemInst(Inst, IDLoc, Out, STI, MCID.mayLoad(), true); in processInstruction()
1741 expandMemInst(Inst, IDLoc, Out, STI, MCID.mayLoad(), false); in processInstruction()
1745 expandMemInst(Inst, IDLoc, Out, STI, MCID.mayLoad(), false); in processInstruction()
2631 void MipsAsmParser::expandMemInst(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandMemInst() function in MipsAsmParser
/external/llvm/test/MC/Mips/
Dmips-expansions.s16 # LW/SW and LDC1/SDC1 of symbol address, done by MipsAsmParser::expandMemInst():