Home | History | Annotate | Download | only in AsmParser

Lines Matching full:mnemonic

85                StringRef Mnemonic);
157 k_Token, // The mnemonic; other raw tokens the auto-generated
1173 StringRef Mnemonic) {
1176 OperandMatchResultTy ResTy = MatchOperandParserImpl(Operands, Mnemonic);
1247 return ParseOperand(Operands, Mnemonic);
1922 StringRef Mnemonic = Name.substr(0, CondCodePos);
1923 Operands.push_back(AArch64Operand::CreateToken(Mnemonic, NameLoc));
1949 if (ParseOperand(Operands, Mnemonic)) {
1958 if (ParseOperand(Operands, Mnemonic)) {