Home
last modified time | relevance | path

Searched refs:code_sat (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr.cc8058 enum rtx_code code_sat, int sign, bool out_label) in avr_out_plus_1() argument
8141 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 …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201210909 code_sat, sign. Saturate after operation if code_sat != UNKNOWN.