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

/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Davr.h26 #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 | \
262 AVR_INSN (call, "h", "1001010hhhhh111h", 2, AVR_ISA_MEGA, 0x940e)
263 AVR_INSN (jmp, "h", "1001010hhhhh110h", 2, AVR_ISA_MEGA, 0x940c)
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Davr.h26 #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 | \
262 AVR_INSN (call, "h", "1001010hhhhh111h", 2, AVR_ISA_MEGA, 0x940e)
263 AVR_INSN (jmp, "h", "1001010hhhhh110h", 2, AVR_ISA_MEGA, 0x940c)
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Davr.h26 #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 | \
262 AVR_INSN (call, "h", "1001010hhhhh111h", 2, AVR_ISA_MEGA, 0x940e)
263 AVR_INSN (jmp, "h", "1001010hhhhh110h", 2, AVR_ISA_MEGA, 0x940c)
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Davr.h26 #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 | \
262 AVR_INSN (call, "h", "1001010hhhhh111h", 2, AVR_ISA_MEGA, 0x940e)
263 AVR_INSN (jmp, "h", "1001010hhhhh110h", 2, AVR_ISA_MEGA, 0x940c)
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-avr.c1639 if ((avr_mcu->isa & AVR_ISA_MEGA) || avr_opt.no_wrap)
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-avr.c1639 if ((avr_mcu->isa & AVR_ISA_MEGA) || avr_opt.no_wrap)

Completed in 105 milliseconds