Lines Matching refs:out_label
8101 If OUT_LABEL is true, print the final 0: label which is needed for
8102 saturated addition / subtraction. The only case where OUT_LABEL = false
8108 enum rtx_code code_sat, int sign, bool out_label)
8549 if (out_label)
8604 OUT_LABEL defaults to TRUE. For a description, see AVR_OUT_PLUS_1.
8609 avr_out_plus (rtx insn, rtx *xop, int *plen, int *pcc, bool out_label)
8634 avr_out_plus_1 (xop, plen, code, pcc, code_sat, 0, out_label);
8677 avr_out_plus_1 (op, &len_minus, MINUS, &cc_minus, code_sat, sign, out_label);
8678 avr_out_plus_1 (op, &len_plus, PLUS, &cc_plus, code_sat, sign, out_label);
8686 avr_out_plus_1 (op, NULL, MINUS, pcc, code_sat, sign, out_label);
8688 avr_out_plus_1 (op, NULL, PLUS, pcc, code_sat, sign, out_label);