Home
last modified time | relevance | path

Searched refs:avr_opcodes_s (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Davr-dis.c29 struct avr_opcodes_s struct
42 const struct avr_opcodes_s avr_opcodes[] = argument
294 const struct avr_opcodes_s *opcode; in print_insn_avr()
317 nopcodes = sizeof (avr_opcodes) / sizeof (struct avr_opcodes_s); in print_insn_avr()
DChangeLog-02031060 (struct avr_opcodes_s): Remove 'bin_mask' field (it's
1063 (avr_opcodes_s): Declare as const.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-avr.c38 struct avr_opcodes_s struct
51 struct avr_opcodes_s avr_opcodes[] = argument
638 struct avr_opcodes_s *opcode; in md_begin()
851 avr_operand (struct avr_opcodes_s *opcode, in avr_operand()
1136 avr_operands (struct avr_opcodes_s *opcode, char **line) in avr_operands()
1659 struct avr_opcodes_s *opcode; in md_assemble()
1667 opcode = (struct avr_opcodes_s *) hash_find (avr_hash, op); in md_assemble()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20111643 * config/tc-avr.c (struct avr_opcodes_s): Add opcode field.
DChangeLog2879 * config/tc-avr.c (struct avr_opcodes_s): Likewise.