Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Comma

814     if (getLexer().is(AsmToken::Percent) || getLexer().is(AsmToken::Comma)) {
853 if (getLexer().is(AsmToken::Comma)) {
854 Parser.Lex(); // Eat the comma.
857 // Following the comma we should have either an index register, or a scale
870 if (getLexer().isNot(AsmToken::Comma)) {
872 "expected comma in scale expression");
875 Parser.Lex(); // Eat the comma.
1041 while (getLexer().is(AsmToken::Comma)) {
1042 Parser.Lex(); // Eat the comma.
1701 if (getLexer().isNot(AsmToken::Comma))