Home | History | Annotate | Download | only in AsmParser

Lines Matching full:invalid

79   // messages when invalid pairs like %r1 are used.
230 assert(N == 1 && "Invalid number of operands");
234 assert(N == 1 && "Invalid number of operands");
235 assert(Kind == KindAccessReg && "Invalid operand type");
239 assert(N == 1 && "Invalid number of operands");
243 assert(N == 2 && "Invalid number of operands");
244 assert(Kind == KindMem && Mem.Index == 0 && "Invalid operand type");
249 assert(N == 3 && "Invalid number of operands");
250 assert(Kind == KindMem && "Invalid operand type");
256 assert(N == 3 && "Invalid number of operands");
257 assert(Kind == KindMem && "Invalid operand type");
441 return Error(Reg.StartLoc, "invalid register");
446 return Error(Reg.StartLoc, "invalid register");
451 return Error(Reg.StartLoc, "invalid register");
461 return Error(Reg.StartLoc, "invalid register");
470 // an invalid register. IsAddress says whether the register appears in an
477 return Error(Reg.StartLoc, "invalid operand for instruction");
479 return Error(Reg.StartLoc, "invalid register pair");
570 Error(StartLoc, "invalid use of indexed addressing");
576 Error(StartLoc, "invalid use of length addressing");
608 return Error(Reg.StartLoc, "invalid operand for instruction");
735 return Error(ErrorLoc, "invalid operand for instruction");
739 return Error(IDLoc, "invalid instruction");