Searched refs:rx_error (Results 1 – 9 of 9) sorted by relevance
317 rx_error (_("RTSD cannot pop R0"));319 rx_error (_("RTSD first reg must be <= second reg")); }427 rx_error (_("PUSHM cannot push R0"));429 rx_error (_("PUSHM first reg must be <= second reg")); }440 rx_error (_("POPM cannot pop R0"));442 rx_error (_("POPM first reg must be <= second reg")); }1714 rx_error (const char * str) in rx_error() function1862 rx_error (_("constant expected")); in exp_val()1888 rx_error (_("sbb cannot use symbolic immediates")); in immediate()1969 rx_error (_("displacements must be constants")); in displacement()[all …]
70 #define yyerror rx_error2636 rx_error (_("RTSD cannot pop R0")); in yyparse()2638 rx_error (_("RTSD first reg must be <= second reg")); } in yyparse()2792 rx_error (_("PUSHM cannot push R0")); in yyparse()2794 rx_error (_("PUSHM first reg must be <= second reg")); } in yyparse()2806 rx_error (_("POPM cannot pop R0")); in yyparse()2808 rx_error (_("POPM first reg must be <= second reg")); } in yyparse()5060 rx_error (const char * str) in rx_error() function5208 rx_error (_("constant expected")); in exp_val()5234 rx_error (_("sbb cannot use symbolic immediates")); in immediate()[all …]
51 extern int rx_error (const char *);
62 unsigned rx_queued, rx, rx_error, rx_overflow; member
300 * config/rx-defs.h (rx_error): Add const to first arg.301 * config/rx-parse.y (rx_error): Likewise.