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

/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Davr.h24 #define AVR_ISA_MEGA 0x0020 /* device has >8K program memory (JMP and CALL macro
36 #define AVR_ISA_M603 (AVR_ISA_2xxx | AVR_ISA_MEGA)
224 AVR_INSN (call, "h", "1001010hhhhh111h", 2, AVR_ISA_MEGA, 0x940e)
225 AVR_INSN (jmp, "h", "1001010hhhhh110h", 2, AVR_ISA_MEGA, 0x940c)
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Davr.h24 #define AVR_ISA_MEGA 0x0020 /* device has >8K program memory (JMP and CALL macro
41 #define AVR_ISA_M603 (AVR_ISA_2xxx | AVR_ISA_MEGA)
230 AVR_INSN (call, "h", "1001010hhhhh111h", 2, AVR_ISA_MEGA, 0x940e)
231 AVR_INSN (jmp, "h", "1001010hhhhh110h", 2, AVR_ISA_MEGA, 0x940c)
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-avr.c906 if ((avr_mcu->isa & AVR_ISA_MEGA) || avr_opt.no_wrap)
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-avr.c1066 if ((avr_mcu->isa & AVR_ISA_MEGA) || avr_opt.no_wrap)

Completed in 127 milliseconds