Searched refs:xpattern (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr.c | 8202 rtx xpattern = INSN_P (insn) ? single_set (as_a <rtx_insn *> (insn)) : insn; in avr_out_plus() local 8203 rtx xdest = SET_DEST (xpattern); in avr_out_plus() 8207 enum rtx_code code_sat = GET_CODE (SET_SRC (xpattern)); in avr_out_plus() 8249 xpattern = INSN_P (insn) ? PATTERN (insn) : insn; in avr_out_plus() 8250 op[3] = PARALLEL == GET_CODE (xpattern) ? xop[3] : NULL_RTX; in avr_out_plus() 8297 rtx xpattern = INSN_P (insn) ? single_set (as_a <rtx_insn *> (insn)) : insn; in avr_out_bitop() local 8298 enum rtx_code code = GET_CODE (SET_SRC (xpattern)); in avr_out_bitop() 9155 rtx xpattern, xsrc, op[4]; in avr_out_round() local 9160 xpattern = gen_rtx_SET (xop[0], xsrc); in avr_out_round() 9165 avr_out_plus (xpattern, op, plen_add, NULL, false /* Don't print "0:" */); in avr_out_round() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
H A D | avr.cc | 8564 rtx xpattern = INSN_P (insn) ? single_set (as_a <rtx_insn *> (insn)) : insn; in avr_out_plus() local 8565 rtx xdest = SET_DEST (xpattern); in avr_out_plus() 8569 enum rtx_code code_sat = GET_CODE (SET_SRC (xpattern)); in avr_out_plus() 8611 xpattern = INSN_P (insn) ? PATTERN (insn) : insn; in avr_out_plus() 8612 op[3] = PARALLEL == GET_CODE (xpattern) ? xop[3] : NULL_RTX; in avr_out_plus() 8775 rtx xpattern = INSN_P (insn) ? single_set (as_a <rtx_insn *> (insn)) : insn; in avr_out_bitop() local 8776 enum rtx_code code = GET_CODE (SET_SRC (xpattern)); in avr_out_bitop() 9633 rtx xpattern, xsrc, op[4]; in avr_out_round() local 9638 xpattern = gen_rtx_SET (xop[0], xsrc); in avr_out_round() 9643 avr_out_plus (xpattern, op, plen_add, NULL, false /* Don't print "0:" */); in avr_out_round() [all …]
|