Searched refs:AVR_ISA_TINY (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | avr.h | 25 #define AVR_ISA_TINY 0x0010 /* device has Tiny core specific encodings */ macro 78 AVR_ISA_TINY) 289 AVR_INSN (sts, "j,d", "10101kkkddddkkkk", 1, AVR_ISA_TINY, 0xA800) 291 AVR_INSN (lds, "d,j", "10100kkkddddkkkk", 1, AVR_ISA_TINY, 0xA000)
|
D | ChangeLog | 129 * avr.h (AVR_ISA_TINY): Define avrtiny specific ISA.
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | avr-dis.c | 344 if ((opcode->isa == AVR_ISA_TINY) && (info->mach != bfd_mach_avrtiny)) in print_insn_avr()
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | ChangeLog | 59 * include/opcode/avr.h (AVR_ISA_TINY): Define avrtiny specific ISA.
|