Home | History | Annotate | Download | only in config

Lines Matching refs:ISA

36   int           isa;
40 #define AVR_INSN(NAME, CONSTR, OPCODE, SIZE, ISA, BIN) \
41 {#NAME, CONSTR, OPCODE, SIZE, ISA, BIN},
57 int isa;
581 specified_mcu.isa |= mcu_types[i].isa;
600 specified_mcu.isa |= AVR_ISA_RMW;
970 && !(avr_mcu->isa & AVR_ISA_SRAM))
998 && !(avr_mcu->isa & AVR_ISA_MOVW))
1198 (avr_mcu->isa & (AVR_ISA_MUL | AVR_ISA_MOVW)))
1410 if ((avr_mcu->isa & AVR_ISA_MEGA) || avr_opt.no_wrap)
1650 /* Check if the instruction's ISA bit is ON in the ISA bits of the part
1652 specifications with same mnemonic who's ISA bits matches.
1657 while ((opcode->isa & avr_mcu->isa) != opcode->isa)