Searched refs:avr_out_lpm (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
H A D | avr-protos.h | 107 extern const char* avr_out_lpm (rtx_insn *, rtx*, int*);
|
H A D | avr.cc | 3893 avr_out_lpm (rtx_insn *insn, rtx *op, int *plen) in avr_out_lpm() function 4095 return avr_out_lpm (insn, operands, plen); in output_movqi() 4144 return avr_out_lpm (insn, xop, plen); in output_movhi() 5087 return avr_out_lpm (insn, operands, real_l); in output_movsisf() 5552 return avr_out_lpm (insn, op, plen); in avr_out_movpsi()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr-protos.h | 105 extern const char* avr_out_lpm (rtx_insn *, rtx*, int*);
|
H A D | avr.c | 3686 avr_out_lpm (rtx_insn *insn, rtx *op, int *plen) in avr_out_lpm() function 3888 return avr_out_lpm (insn, operands, plen); in output_movqi() 3937 return avr_out_lpm (insn, xop, plen); in output_movhi() 4880 return avr_out_lpm (insn, operands, real_l); in output_movsisf() 5345 return avr_out_lpm (insn, op, plen); in avr_out_movpsi()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2012 | 6059 * config/avr/avr.c (avr_out_lpm): Remove unused regno_dest. 9711 (reload_in<mode>): Use avr_out_lpm for output. Use "lpm" for 9713 * config/avr/avr-protos.h (avr_out_lpm): New prototype. 9714 * config/avr/avr.c (avr_out_lpm): Make global. 9747 (avr_out_lpm): Also handle loads > 1 byte. 30119 (avr_out_lpm): Only handle 1-byte loads from __flash. 31583 * config/avr/avr.c (avr_out_lpm): Clear RAMPZ after usage 32337 * config/avr/avr.c (avr_out_lpm): Don't try to fix address spaces 34766 (avr_out_lpm): No need to handle ADDR_SPACE_PGMX any more.
|
H A D | ChangeLog-2011 | 1497 (avr_out_lpm, avr_pgm_check_var_decl, avr_insert_attributes, 2941 (avr_out_lpm_no_lpmx, avr_out_lpm): Handle ELPM. 3257 (avr_out_lpm, avr_out_lpm_no_lpmx): New static functions. 3259 avr_out_lpm to handle loads from progmem.
|
H A D | ChangeLog-2014 | 25146 (avr_out_lpm): Likewise. 25166 (avr_out_lpm): Likewise.
|
H A D | ChangeLog-2019 | 9926 * config/avr/avr.c (avr_out_lpm): Do not shortcut-return.
|