Home
last modified time | relevance | path

Searched refs:avr_out_bitop (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr-protos.h92 extern const char* avr_out_bitop (rtx, rtx*, int*);
Davr.md4331 * return avr_out_bitop (insn, operands, NULL);"
4361 return avr_out_bitop (insn, operands, NULL);
4393 return avr_out_bitop (insn, operands, NULL);
4426 return avr_out_bitop (insn, operands, NULL);
4471 * return avr_out_bitop (insn, operands, NULL);"
4501 return avr_out_bitop (insn, operands, NULL);
4533 return avr_out_bitop (insn, operands, NULL);
4566 return avr_out_bitop (insn, operands, NULL);
4620 return avr_out_bitop (insn, operands, NULL);
4652 return avr_out_bitop (insn, operands, NULL);
[all …]
Davr.cc8772 avr_out_bitop (rtx insn, rtx *xop, int *plen) in avr_out_bitop() function
9661 avr_out_bitop (xpattern, op, plen_and); in avr_out_round()
9869 case ADJUST_LEN_OUT_BITOP: avr_out_bitop (insn, op, &len); break; in avr_adjust_insn_length()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201111128 * config/avr/avr-protos.h (avr_out_bitop): New prototype.
11132 (avr_out_bitop): New function.
11134 avr_out_bitop. Cleanup code.
11139 (andhi3, iorhi3, xorhi3): Rewrite insns using avr_out_bitop.
DChangeLog-20164852 (avr_out_compare, avr_out_plus_1, avr_out_bitop, avr_out_fract)
4861 (avr_popcount_each_byte, avr_out_bitop): Use popcount_hwi instead.
18173 * config/avr/avr.c (avr_out_bitop) <QImode>: Don't access xop[3].
DChangeLog-20172099 output_movqi, output_movsisf, avr_out_plus, avr_out_bitop,
DChangeLog-201325703 (avr_out_bitop): Handle the case where `insn' is just a pattern.
DChangeLog-201419185 (avr_out_bitop): Likewise.