Searched refs:expandAbs (Results 1 – 1 of 1) sorted by relevance
245 bool expandAbs(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,2079 return expandAbs(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success; in tryExpandInstruction()3672 bool MipsAsmParser::expandAbs(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out, in expandAbs() function in MipsAsmParser