Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c7696 enum rtx_code code_sat, int sign, bool out_label) in avr_out_plus_1() argument
7779 if (SS_PLUS == code_sat && MINUS == code in avr_out_plus_1()
7857 && UNKNOWN == code_sat in avr_out_plus_1()
7873 if (plen != NULL && UNKNOWN != code_sat) in avr_out_plus_1()
7919 if (UNKNOWN == code_sat) in avr_out_plus_1()
7966 switch (code_sat) in avr_out_plus_1()
8022 else if ((sign < 0) ^ (SS_MINUS == code_sat)) in avr_out_plus_1()
8037 else if ((sign > 0) ^ (SS_MINUS == code_sat)) in avr_out_plus_1()
8103 if (US_MINUS == code_sat || US_PLUS == code_sat) in avr_out_plus_1()
8207 enum rtx_code code_sat = GET_CODE (SET_SRC (xpattern)); in avr_out_plus() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A 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/
H A DChangeLog-201210909 code_sat, sign. Saturate after operation if code_sat != UNKNOWN.