Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Mnemonic

939       return Error(IDLoc, "unrecognized instruction mnemonic");
1344 /// Parse an instruction mnemonic followed by its operands.
1366 StringRef Mnemonic = Name.slice(0, Dot);
1369 PPCOperand::CreateTokenWithStringCopy(Mnemonic, NameLoc, isPPC64()));
1371 Operands.push_back(PPCOperand::CreateToken(Mnemonic, NameLoc, isPPC64()));