Lines Matching defs:Mnemonic
1212 return Error(IDLoc, "unrecognized instruction mnemonic");
1628 /// Parse an instruction mnemonic followed by its operands.
1650 StringRef Mnemonic = Name.slice(0, Dot);
1653 PPCOperand::CreateTokenWithStringCopy(Mnemonic, NameLoc, isPPC64()));
1655 Operands.push_back(PPCOperand::CreateToken(Mnemonic, NameLoc, isPPC64()));