Searched refs:rx_error (Results 1 – 3 of 3) sorted by relevance
298 rx_error (_("RTSD cannot pop R0"));300 rx_error (_("RTSD first reg must be <= second reg")); }408 rx_error (_("PUSHM cannot push R0"));410 rx_error (_("PUSHM first reg must be <= second reg")); }421 rx_error (_("POPM cannot pop R0"));423 rx_error (_("POPM first reg must be <= second reg")); }1307 rx_error (const char * str) in rx_error() function1450 rx_error (_("constant expected")); in exp_val()1476 rx_error (_("sbb cannot use symbolic immediates")); in immediate()1557 rx_error (_("displacements must be constants")); in displacement()[all …]
48 extern int rx_error (const char *);
300 * config/rx-defs.h (rx_error): Add const to first arg.301 * config/rx-parse.y (rx_error): Likewise.