Lines Matching refs:TokError

2391       TokError("immediate value expected for prefetch operand");  in tryParsePrefetch()
2396 TokError("prefetch operand out of range, [0," + utostr(MaxVal) + in tryParsePrefetch()
2408 TokError("prefetch hint expected"); in tryParsePrefetch()
2414 TokError("prefetch hint expected"); in tryParsePrefetch()
2431 TokError("invalid operand for instruction"); in tryParsePSBHint()
2437 TokError("invalid operand for instruction"); in tryParsePSBHint()
2454 TokError("invalid operand for instruction"); in tryParseBTIHint()
2460 TokError("invalid operand for instruction"); in tryParseBTIHint()
2574 TokError("invalid floating point immediate"); in tryParseFPImm()
2581 TokError("encoded floating point value out of range"); in tryParseFPImm()
2727 return TokError("invalid condition code"); in parseCondCode()
2732 return TokError("condition codes AL and NV are invalid for this instruction"); in parseCondCode()
2778 TokError("expected #imm after shift specifier"); in tryParseOptionalShiftExtend()
2891 return TokError("invalid operand"); in parseSysAlias()
2905 return TokError("invalid operand for IC instruction"); in parseSysAlias()
2909 return TokError(Str.c_str()); in parseSysAlias()
2915 return TokError("invalid operand for DC instruction"); in parseSysAlias()
2919 return TokError(Str.c_str()); in parseSysAlias()
2925 return TokError("invalid operand for AT instruction"); in parseSysAlias()
2929 return TokError(Str.c_str()); in parseSysAlias()
2935 return TokError("invalid operand for TLBI instruction"); in parseSysAlias()
2939 return TokError(Str.c_str()); in parseSysAlias()
2945 return TokError("invalid operand for prediction restriction instruction"); in parseSysAlias()
2950 return TokError(Str.c_str()); in parseSysAlias()
2969 return TokError("expected register operand"); in parseSysAlias()
2974 return TokError("specified " + Mnemonic + " op requires a register"); in parseSysAlias()
2976 return TokError("specified " + Mnemonic + " op does not use a register"); in parseSysAlias()
2990 TokError("'csync' operand expected"); in tryParseBarrierOperand()
3015 TokError("invalid operand for instruction"); in tryParseBarrierOperand()
3023 TokError("'sy' or #imm operand expected"); in tryParseBarrierOperand()
3027 TokError("'csync' operand expected"); in tryParseBarrierOperand()
3030 TokError("invalid barrier option name"); in tryParseBarrierOperand()
3112 TokError("immediate value expected for vector index"); in tryParseVectorIndex()
3152 TokError("invalid vector kind qualifier"); in tryParseVectorRegister()
3240 return TokError("expect relocation specifier in operand after ':'"); in parseSymbolicImmVal()
3284 return TokError("expect relocation specifier in operand after ':'"); in parseSymbolicImmVal()
3643 return TokError("unexpected floating point literal"); in parseOperand()
3645 return TokError("expected floating-point constant #0.0"); in parseOperand()
3666 return TokError("unexpected token in operand"); in parseOperand()
5326 return TokError("expected an identifier or a number in directive"); in parseDirectiveLOH()
5331 return TokError("invalid numeric identifier in directive"); in parseDirectiveLOH()
5340 return TokError("invalid identifier in directive"); in parseDirectiveLOH()
5354 return TokError("expected identifier in directive"); in parseDirectiveLOH()
5449 return TokError("unexpected input in .unreq directive."); in parseDirectiveUnreq()