Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Mnemonic

868       return Error(IDLoc, "unrecognized instruction mnemonic");
1194 /// Parse an instruction mnemonic followed by its operands.
1217 StringRef Mnemonic = Name.slice(0, Dot);
1220 PPCOperand::CreateTokenWithStringCopy(Mnemonic, NameLoc, isPPC64()));
1222 Operands.push_back(PPCOperand::CreateToken(Mnemonic, NameLoc, isPPC64()));