Searched refs:code_sat (Results 1 – 2 of 2) sorted by relevance
8058 enum rtx_code code_sat, int sign, bool out_label) in avr_out_plus_1() argument8141 if (SS_PLUS == code_sat && MINUS == code in avr_out_plus_1()8219 && UNKNOWN == code_sat in avr_out_plus_1()8235 if (plen != NULL && UNKNOWN != code_sat) in avr_out_plus_1()8281 if (UNKNOWN == code_sat) in avr_out_plus_1()8328 switch (code_sat) in avr_out_plus_1()8384 else if ((sign < 0) ^ (SS_MINUS == code_sat)) in avr_out_plus_1()8399 else if ((sign > 0) ^ (SS_MINUS == code_sat)) in avr_out_plus_1()8465 if (US_MINUS == code_sat || US_PLUS == code_sat) in avr_out_plus_1()8569 enum rtx_code code_sat = GET_CODE (SET_SRC (xpattern)); in avr_out_plus() local[all …]
10909 code_sat, sign. Saturate after operation if code_sat != UNKNOWN.