Lines Matching refs:rx_error
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() function
1450 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()
1571 rx_error (_("word displacement not word-aligned")); in displacement()
1576 rx_error (_("long displacement not long-aligned")); in displacement()
1599 rx_error (_("negative displacements not allowed")); in displacement()
1601 rx_error (_("displacement too large")); in displacement()
1612 rx_error (_("rtsd size must be constant")); in rtsd_immediate()
1617 rx_error (_("rtsd size must be multiple of 4")); in rtsd_immediate()
1620 rx_error (_("rtsd size must be 0..1020")); in rtsd_immediate()
1644 rx_error (_("target CPU type does not support floating point instructions")); in rx_check_float_support()