Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp69 bool tryParseRegisterOperand(OperandVector &Operands);
389 bool AVRAsmParser::tryParseRegisterOperand(OperandVector &Operands) { in tryParseRegisterOperand() function in AVRAsmParser
520 if (!tryParseRegisterOperand(Operands)) { in parseOperand()