Searched refs:avr_out_round (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
H A D | avr-protos.h | 94 extern const char* avr_out_round (rtx_insn *, rtx*, int* =NULL);
|
H A D | avr-fixed.md | 704 return avr_out_round (insn, operands);
|
H A D | avr.cc | 9615 avr_out_round (rtx_insn *insn ATTRIBUTE_UNUSED, rtx *xop, int *plen) in avr_out_round() function 9884 case ADJUST_LEN_ROUND: avr_out_round (insn, op, &len); break; in avr_adjust_insn_length()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr-protos.h | 92 extern const char* avr_out_round (rtx_insn *, rtx*, int* =NULL);
|
H A D | avr-fixed.md | 485 return avr_out_round (insn, operands);
|
H A D | avr.c | 9137 avr_out_round (rtx_insn *insn ATTRIBUTE_UNUSED, rtx *xop, int *plen) in avr_out_round() function 9406 case ADJUST_LEN_ROUND: avr_out_round (insn, op, &len); break; in avr_adjust_insn_length()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2014 | 25142 (avr_out_round): Likewise. 25204 (avr_out_round): Likewise. 39716 * config/avr/avr.c (avr_out_round): Likewise.
|
H A D | ChangeLog-2013 | 25698 * config/avr/avr-protos.h (avr_out_round): New prototype. 25704 (avr_out_round): New function.
|
H A D | ChangeLog-2017 | 17901 * config/avr/avr.c (avr_out_round): Use as_a <scalar_mode>. 18842 (avr_out_round): Likewise.
|