Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp319 bool expandDRotationImm(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
2596 return expandDRotationImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success; in tryExpandInstruction()
5085 bool MipsAsmParser::expandDRotationImm(MCInst &Inst, SMLoc IDLoc, in expandDRotationImm() function in MipsAsmParser