Lines Matching refs:rx_error
70 #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()
5315 rx_error (_("displacements must be constants")); in displacement()
5329 rx_error (_("word displacement not word-aligned")); in displacement()
5334 rx_error (_("long displacement not long-aligned")); in displacement()
5339 rx_error (_("double displacement not double-aligned")); in displacement()
5362 rx_error (_("negative displacements not allowed")); in displacement()
5364 rx_error (_("displacement too large")); in displacement()
5375 rx_error (_("rtsd size must be constant")); in rtsd_immediate()
5380 rx_error (_("rtsd size must be multiple of 4")); in rtsd_immediate()
5383 rx_error (_("rtsd size must be 0..1020")); in rtsd_immediate()
5407 rx_error (_("target CPU type does not support floating point instructions")); in rx_check_float_support()
5414 rx_error (_("target CPU type does not support v2 instructions")); in rx_check_v2()
5421 rx_error (_("target CPU type does not support v3 instructions")); in rx_check_v3()
5428 rx_error (_("target CPU type does not support double float instructions")); in rx_check_dfpu()