Searched refs:avr_out_bitop (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/ |
| D | avr-protos.h | 92 extern const char* avr_out_bitop (rtx, rtx*, int*);
|
| D | avr.md | 4331 * 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 …]
|
| D | avr.cc | 8772 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/ |
| D | ChangeLog-2011 | 11128 * 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.
|
| D | ChangeLog-2016 | 4852 (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].
|
| D | ChangeLog-2017 | 2099 output_movqi, output_movsisf, avr_out_plus, avr_out_bitop,
|
| D | ChangeLog-2013 | 25703 (avr_out_bitop): Handle the case where `insn' is just a pattern.
|
| D | ChangeLog-2014 | 19185 (avr_out_bitop): Likewise.
|