Searched refs:dev_attribute (Results 1 – 7 of 7) sorted by relevance
128 bool absdata = (mcu->dev_attribute & AVR_ISA_LDS) != 0; in print_mcu()129 bool errata_skip = (mcu->dev_attribute & AVR_ERRATA_SKIP) != 0; in print_mcu()130 bool rmw = (mcu->dev_attribute & AVR_ISA_RMW) != 0; in print_mcu()131 bool sp8 = (mcu->dev_attribute & AVR_SHORT_SP) != 0; in print_mcu()132 bool rcall = (mcu->dev_attribute & AVR_ISA_RCALL); in print_mcu()
156 n = split($4,dev_attribute,"|")160 if (dev_attribute[i] == "AVR_SHORT_SP")162 if (dev_attribute[i] == "AVR_ISA_RCALL")
116 int dev_attribute; member
172 n = split($4,dev_attribute,"|")176 if (dev_attribute[i] == "AVR_SHORT_SP")178 if (dev_attribute[i] == "AVR_ISA_RCALL")
43403 * config/avr/avr-arch.h (avr_mcu_t): Add dev_attribute field to have43407 * config/avr/avr-c.c (avr_cpu_cpp_builtins): use dev_attribute to check43412 dev_attribute field.43413 * config/avr/avr.c (avr_2word_insn_p): use dev_attribute field to check