Home
last modified time | relevance | path

Searched refs:rx_error (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Drx-parse.y317 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() function
1862 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 …]
H A Drx-parse.c70 #define yyerror rx_error
2636 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() function
5208 rx_error (_("constant expected")); in exp_val()
5234 rx_error (_("sbb cannot use symbolic immediates")); in immediate()
[all …]
H A Drx-defs.h51 extern int rx_error (const char *);
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Drx-parse.y317 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() function
1862 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 …]
H A Drx-parse.c70 #define yyerror rx_error
2636 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() function
5208 rx_error (_("constant expected")); in exp_val()
5234 rx_error (_("sbb cannot use symbolic immediates")); in immediate()
[all …]
H A Drx-defs.h51 extern int rx_error (const char *);
/netbsd-src/external/bsd/iscsi/dist/include/
H A Ddriver.h62 unsigned rx_queued, rx, rx_error, rx_overflow; member
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2011300 * config/rx-defs.h (rx_error): Add const to first arg.
301 * config/rx-parse.y (rx_error): Likewise.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-2011300 * config/rx-defs.h (rx_error): Add const to first arg.
301 * config/rx-parse.y (rx_error): Likewise.