Home
last modified time | relevance | path

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

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