Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp223 bool expandDiv(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
2013 return expandDiv(Inst, IDLoc, Out, STI, false, true) ? MER_Fail in tryExpandInstruction()
2016 return expandDiv(Inst, IDLoc, Out, STI, true, true) ? MER_Fail in tryExpandInstruction()
2019 return expandDiv(Inst, IDLoc, Out, STI, false, false) ? MER_Fail in tryExpandInstruction()
2022 return expandDiv(Inst, IDLoc, Out, STI, true, false) ? MER_Fail in tryExpandInstruction()
3014 bool MipsAsmParser::expandDiv(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandDiv() function in MipsAsmParser