Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp327 bool expandDMULMacro(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
2663 return expandDMULMacro(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success; in tryExpandInstruction()
5325 bool MipsAsmParser::expandDMULMacro(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandDMULMacro() function in MipsAsmParser