Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp217 bool expandBranchImm(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
1978 return expandBranchImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success; in tryExpandInstruction()
2585 bool MipsAsmParser::expandBranchImm(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandBranchImm() function in MipsAsmParser