Searched refs:AVR_SHORT_SP (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-arch.h140 AVR_SHORT_SP
175 AVR_SHORT_SP = 0x2, /* Stack Pointer has 8 bits width. */ enumerator in enum:avr_device_specific_features
H A Dgen-avr-mmcu-specs.c131 bool sp8 = (mcu->dev_attribute & AVR_SHORT_SP) != 0;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-arch.h140 AVR_SHORT_SP
175 AVR_SHORT_SP = 0x2, /* Stack Pointer has 8 bits width. */ enumerator in enum:avr_device_specific_features
H A Dgen-avr-mmcu-specs.cc131 bool sp8 = (mcu->dev_attribute & AVR_SHORT_SP) != 0;

Completed in 100 milliseconds