Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr.h95 #define AVR_HAVE_8BIT_SP \ macro
Davr-c.cc362 if (AVR_HAVE_8BIT_SP) in avr_cpu_cpp_builtins()
Davr.cc1984 = (HOST_WIDE_INT) GET_MODE_MASK (AVR_HAVE_8BIT_SP ? QImode : Pmode); in avr_prologue_setup_frame()
2105 if (AVR_HAVE_8BIT_SP) in avr_prologue_setup_frame()
2178 if (AVR_HAVE_8BIT_SP) in avr_prologue_setup_frame()
2502 if (AVR_HAVE_8BIT_SP) in avr_expand_epilogue()
2531 if (AVR_HAVE_8BIT_SP) in avr_expand_epilogue()
4153 if (AVR_HAVE_8BIT_SP) in output_movhi()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201229732 (AVR_HAVE_8BIT_SP): Also set by avr_sp8 i.e. -msp8.
29739 AVR_HAVE_8BIT_SP to decide if SP_H is present.
35338 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use AVR_HAVE_8BIT_SP
DChangeLog-200913543 * config/avr/avr.h (AVR_HAVE_8BIT_SP): New macros.
13548 (expand_prologue, output_movhi): Use AVR_HAVE_8BIT_SP instead of
13551 Use AVR_HAVE_8BIT_SP instead of TARGET_TINY_STACK.
DChangeLog-20111479 !AVR_HAVE_8BIT_SP.
1481 %B0,__SP_H__" if AVR_HAVE_8BIT_SP.
1482 (avr_file_start): Only print "__SP_H__ = 0x3e" if !AVR_HAVE_8BIT_SP.
DChangeLog-201538282 (AVR_HAVE_8BIT_SP): Don't depend on avr_current_device.
DChangeLog-201443415 * config/avr/avr.h (AVR_HAVE_8BIT_SP): same for short sp info.