Lines Matching defs:parse_error
1416 parse_error (int length, const char *fmt, ...)
1470 /* Initialize the global diagnostic variables. See the parse_error
1475 #define PARSE_ERROR(...) parse_error (s > str ? s - str : 0, __VA_ARGS__)
1506 PARSE_ERROR ("expected '%%'");
1524 PARSE_ERROR ("expected white space, got '%s'",
1540 PARSE_ERROR ("expected register r%d, got r%d",
1543 PARSE_ERROR ("expected register name, got '%s'", s);
1559 PARSE_ERROR ("expected register r%d, got r%d",
1562 PARSE_ERROR ("expected register name, got '%s'", s);
1578 PARSE_ERROR ("expected register r%d, got r%d",
1581 PARSE_ERROR ("expected register name, got '%s'", s);
1597 PARSE_ERROR ("expected register r%d, got r%d",
1600 PARSE_ERROR ("expected register name, got '%s'", s);
1619 PARSE_ERROR ("expected `+' or `-', got `%c'", *s);
1627 PARSE_ERROR ("expected signed 32-bit immediate");
1642 PARSE_ERROR ("expected `+' or `-', got `%c'", *s);
1649 PARSE_ERROR ("expected signed 16-bit offset");
1662 PARSE_ERROR ("expected signed 16-bit displacement");
1676 PARSE_ERROR ("expected signed 32-bit displacement");
1689 PARSE_ERROR ("expected signed 64-bit immediate");
1706 PARSE_ERROR ("expected '%c'", *p);
1716 PARSE_ERROR ("expected '%c', got '%s'", *p, tmp);
1719 PARSE_ERROR ("expected '%c', got '%c'", *p, *s);
1735 PARSE_ERROR ("extra junk at end of line");
1758 #undef PARSE_ERROR