Searched refs:AVR_ISA_MEGA (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | avr.h | 26 #define AVR_ISA_MEGA 0x0020 /* device has >8K program memory (JMP and CALL macro 47 #define AVR_ISA_M603 (AVR_ISA_2xxx | AVR_ISA_MEGA) 73 AVR_ISA_SRAM | AVR_ISA_MEGA | AVR_ISA_MUL | \ 261 AVR_INSN (call, "h", "1001010hhhhh111h", 2, AVR_ISA_MEGA, 0x940e) 262 AVR_INSN (jmp, "h", "1001010hhhhh110h", 2, AVR_ISA_MEGA, 0x940c)
|
D | ChangeLog-9103 | 847 * avr.h (AVR_ISA_WRAP): Remove, now assumed if not AVR_ISA_MEGA.
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-avr.c | 1417 if ((avr_mcu->isa & AVR_ISA_MEGA) || avr_opt.no_wrap) in md_apply_fix()
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-0001 | 5885 (md_apply_fix3): Support 8K wrap if AVR_ISA_MEGA is not set.
|