Searched refs:parseRegisterList (Results 1 – 3 of 3) sorted by relevance
519 let ParserMethod = "parseRegisterList";531 let ParserMethod = "parseRegisterList";
455 bool parseRegisterList(OperandVector &, bool EnforceOrder = true);4466 bool ARMAsmParser::parseRegisterList(OperandVector &Operands, in parseRegisterList() function in ARMAsmParser6226 return parseRegisterList(Operands, !Mnemonic.startswith("clr")); in parseOperand()11683 if (parseRegisterList(Operands) || in parseDirectiveRegSave()
209 OperandMatchResultTy parseRegisterList(OperandVector &Operands);6789 MipsAsmParser::parseRegisterList(OperandVector &Operands) { in parseRegisterList() function in MipsAsmParser