Searched refs:tryParseRegisterOperand (Results 1 – 1 of 1) sorted by relevance
75 bool tryParseRegisterOperand(OperandVector &Operands);404 bool AVRAsmParser::tryParseRegisterOperand(OperandVector &Operands) { in tryParseRegisterOperand() function in AVRAsmParser527 if (maybeReg && !tryParseRegisterOperand(Operands)) { in parseOperand()