Searched refs:expandDivRem (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 277 bool expandDivRem(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, 2460 return expandDivRem(Inst, IDLoc, Out, STI, false, true) ? MER_Fail in tryExpandInstruction() 2466 return expandDivRem(Inst, IDLoc, Out, STI, true, true) ? MER_Fail in tryExpandInstruction() 2472 return expandDivRem(Inst, IDLoc, Out, STI, false, false) ? MER_Fail in tryExpandInstruction() 2478 return expandDivRem(Inst, IDLoc, Out, STI, true, false) ? MER_Fail in tryExpandInstruction() 4162 bool MipsAsmParser::expandDivRem(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandDivRem() function in MipsAsmParser
|