• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/

Lines Matching refs:TokError

2399       TokError("immediate value expected for prefetch operand");
2404 TokError("prefetch operand out of range, [0," + utostr(MaxVal) +
2416 TokError("prefetch hint expected");
2422 TokError("prefetch hint expected");
2439 TokError("invalid operand for instruction");
2445 TokError("invalid operand for instruction");
2462 TokError("invalid operand for instruction");
2468 TokError("invalid operand for instruction");
2583 TokError("invalid floating point immediate");
2590 TokError("encoded floating point value out of range");
2603 TokError("invalid floating point representation");
2741 return TokError("invalid condition code");
2746 return TokError("condition codes AL and NV are invalid for this instruction");
2792 TokError("expected #imm after shift specifier");
2913 return TokError("invalid operand");
2927 return TokError("invalid operand for IC instruction");
2931 return TokError(Str.c_str());
2937 return TokError("invalid operand for DC instruction");
2941 return TokError(Str.c_str());
2947 return TokError("invalid operand for AT instruction");
2951 return TokError(Str.c_str());
2957 return TokError("invalid operand for TLBI instruction");
2961 return TokError(Str.c_str());
2967 return TokError("invalid operand for prediction restriction instruction");
2972 return TokError(Str.c_str());
2991 return TokError("expected register operand");
2996 return TokError("specified " + Mnemonic + " op requires a register");
2998 return TokError("specified " + Mnemonic + " op does not use a register");
3012 TokError("'csync' operand expected");
3037 TokError("invalid operand for instruction");
3045 TokError("'sy' or #imm operand expected");
3049 TokError("'csync' operand expected");
3052 TokError("invalid barrier option name");
3134 TokError("immediate value expected for vector index");
3174 TokError("invalid vector kind qualifier");
3262 return TokError("expect relocation specifier in operand after ':'");
3314 return TokError("expect relocation specifier in operand after ':'");
3673 return TokError("unexpected floating point literal");
3675 return TokError("expected floating-point constant #0.0");
3696 return TokError("unexpected token in operand");
5366 return TokError("expected an identifier or a number in directive");
5371 return TokError("invalid numeric identifier in directive");
5380 return TokError("invalid identifier in directive");
5394 return TokError("expected identifier in directive");
5489 return TokError("unexpected input in .unreq directive.");
5521 return TokError("expected symbol name");
5527 return TokError("unknown symbol in '.variant_pcs' directive");