Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:TokError

1992     TokError("vector register expected");
2007 TokError("invalid vector kind qualifier");
2016 TokError("vector register expected");
2067 TokError("immediate value expected for prefetch operand");
2072 TokError("prefetch operand out of range, [0,31] expected");
2083 TokError("pre-fetch hint expected");
2089 TokError("pre-fetch hint expected");
2106 TokError("invalid operand for instruction");
2112 TokError("invalid operand for instruction");
2225 TokError("expected compatible register or floating-point constant");
2236 TokError("encoded floating point value out of range");
2254 TokError("invalid floating point immediate");
2361 return TokError("invalid condition code");
2366 return TokError("condition codes AL and NV are invalid for this instruction");
2411 TokError("expected #imm after shift specifier");
2454 return TokError("invalid operand");
2492 return TokError("invalid operand for IC instruction");
2524 return TokError("DC CVAP requires ARMv8.2a");
2527 return TokError("invalid operand for DC instruction");
2571 return TokError("AT S1E1RP requires ARMv8.2a");
2578 return TokError("AT S1E1WP requires ARMv8.2a");
2581 return TokError("invalid operand for AT instruction");
2681 return TokError("invalid operand for TLBI instruction");
2697 return TokError("expected register operand");
2704 return TokError("unexpected token in argument list");
2708 return TokError("specified " + Mnemonic + " op requires a register");
2711 return TokError("specified " + Mnemonic + " op does not use a register");
2749 TokError("invalid operand for instruction");
2755 TokError("invalid barrier option name");
2761 TokError("'sy' or #imm operand expected");
2831 TokError("immediate value expected for vector index");
3053 TokError("immediate value expected for vector index");
3210 return TokError("unexpected floating point literal");
3212 return TokError("expected floating-point constant #0.0");
4375 return TokError("expected an identifier or a number in directive");
4380 return TokError("invalid numeric identifier in directive");
4389 return TokError("invalid identifier in directive");
4403 return TokError("expected identifier in directive");
4409 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
4413 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");