Searched refs:avr_arch_types (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-devices.cc36 avr_arch_types[] = variable
143 archs = concat (archs, " ", avr_arch_types[mcu->arch_id].name, NULL);
159 respective entry in avr_arch_types[]. Otherwise, return NULL. */
164 for (size_t i = 0; i < ARRAY_SIZE (avr_arch_types); ++i)
166 if (strcmp (mcu, avr_arch_types[i].name) == 0)
167 return & avr_arch_types[i];
H A Davr-arch.h27 /* This enum supplies indices into the avr_arch_types[] table below. */
112 /* Index in avr_arch_types[]. */
196 extern const avr_arch_t avr_arch_types[];
H A Dgen-avr-mmcu-specs.cc120 arch = &avr_arch_types[arch_id];
H A Davr.h64 && avr_arch == &avr_arch_types[ARCH_AVRXMEGA3])
H A Davr.cc1040 avr_arch = &avr_arch_types[0];
1060 avr_arch = &avr_arch_types[mcu->arch_id];
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-devices.c36 avr_arch_types[] = variable
143 archs = concat (archs, " ", avr_arch_types[mcu->arch_id].name, NULL);
H A Davr-arch.h27 /* This enum supplies indices into the avr_arch_types[] table below. */
112 /* Index in avr_arch_types[]. */
196 extern const avr_arch_t avr_arch_types[];
H A Dgen-avr-mmcu-specs.c120 arch = &avr_arch_types[arch_id];
H A Davr.h64 && avr_arch == &avr_arch_types[ARCH_AVRXMEGA3])
H A Davr.c696 avr_arch = &avr_arch_types[0];
716 avr_arch = &avr_arch_types[mcu->arch_id];

Completed in 156 milliseconds