Searched refs:matchRegisterName (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp73 bool matchRegisterName(const AsmToken &Tok, unsigned &RegNo,
439 if (matchRegisterName(Tok, RegNo, regKind)) {
608 if (!matchRegisterName(Parser.getTok(), RegNo, RegKind))
659 if (matchRegisterName(Parser.getTok(), RegNo, RegKind)) {
733 bool SparcAsmParser::matchRegisterName(const AsmToken &Tok, function in class:SparcAsmParser

Completed in 92 milliseconds