Home
last modified time | relevance | path

Searched refs:rl78_error (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Drl78-parse.y96 #define NOT_SADDR rl78_error ("Expression not 0xFFE20 to 0xFFF1F")
101 #define NOT_SFR rl78_error ("Expression not 0xFFF00 to 0xFFFFF")
104 #define NOT_SFR_OR_SADDR rl78_error ("Expression not 0xFFE20 to 0xFFFFF")
106 #define NOT_ES if (rl78_has_prefix()) rl78_error ("ES: prefix not allowed here");
108 #define WA(x) if (!expr_is_word_aligned (x)) rl78_error ("Expression not word-aligned");
110 #define ISA_G10(s) if (!rl78_isa_g10()) rl78_error (s " is only supported on the G10")
111 #define ISA_G13(s) if (!rl78_isa_g13()) rl78_error (s " is only supported on the G13")
112 #define ISA_G14(s) if (!rl78_isa_g14()) rl78_error (s " is only supported on the G14")
135 rl78_error ("Only X, B, or C allowed here"); in reg_xbc()
243 { rl78_error ("Only CMP takes these operands"); }
[all …]
Drl78-parse.c70 #define yyerror rl78_error
154 #define NOT_SADDR rl78_error ("Expression not 0xFFE20 to 0xFFF1F")
159 #define NOT_SFR rl78_error ("Expression not 0xFFF00 to 0xFFFFF")
162 #define NOT_SFR_OR_SADDR rl78_error ("Expression not 0xFFE20 to 0xFFFFF")
164 #define NOT_ES if (rl78_has_prefix()) rl78_error ("ES: prefix not allowed here");
166 #define WA(x) if (!expr_is_word_aligned (x)) rl78_error ("Expression not word-aligned");
168 #define ISA_G10(s) if (!rl78_isa_g10()) rl78_error (s " is only supported on the G10")
169 #define ISA_G13(s) if (!rl78_isa_g13()) rl78_error (s " is only supported on the G13")
170 #define ISA_G14(s) if (!rl78_isa_g14()) rl78_error (s " is only supported on the G14")
193 rl78_error ("Only X, B, or C allowed here"); in reg_xbc()
[all …]
Drl78-defs.h31 extern int rl78_error (const char *);
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-2011191 * config/rl78-defs.h (rl78_error): Add "const".
192 * config/rl78-parse.y (rl78_error): Likewise.