Home | History | Annotate | Download | only in AsmParser

Lines Matching full:mnemonic

1918         assert(PatchedName.endswith("pd") && "Unexpected mnemonic!");
2232 assert(Op->isToken() && "Leading operand should always be a mnemonic!");
2404 // If all of the instructions reported an invalid mnemonic, then the original
2405 // mnemonic was invalid.
2411 return Error(IDLoc, "invalid instruction mnemonic '" + Base + "'",
2459 Error(IDLoc, "unknown use of instruction mnemonic without a size suffix",