Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp220 bool expandCondBranches(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
2011 return expandCondBranches(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success; in tryExpandInstruction()
2755 bool MipsAsmParser::expandCondBranches(MCInst &Inst, SMLoc IDLoc, in expandCondBranches() function in MipsAsmParser