Home
last modified time | relevance | path

Searched refs:avr_out_round (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-protos.h94 extern const char* avr_out_round (rtx_insn *, rtx*, int* =NULL);
H A Davr-fixed.md704 return avr_out_round (insn, operands);
H A Davr.cc9615 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 Davr-protos.h92 extern const char* avr_out_round (rtx_insn *, rtx*, int* =NULL);
H A Davr-fixed.md485 return avr_out_round (insn, operands);
H A Davr.c9137 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 DChangeLog-201425142 (avr_out_round): Likewise.
25204 (avr_out_round): Likewise.
39716 * config/avr/avr.c (avr_out_round): Likewise.
H A DChangeLog-201325698 * config/avr/avr-protos.h (avr_out_round): New prototype.
25704 (avr_out_round): New function.
H A DChangeLog-201717901 * config/avr/avr.c (avr_out_round): Use as_a <scalar_mode>.
18842 (avr_out_round): Likewise.