HomeSort by relevance Sort by last modified time
    Searched refs:avr_opcodes (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
avr-dis.c 42 const struct avr_opcodes_s avr_opcodes[] = variable in typeref:struct:avr_opcodes_s
311 nopcodes = sizeof (avr_opcodes) / sizeof (struct avr_opcodes_s);
315 for (opcode = avr_opcodes, maskptr = avr_bin_masks;
340 for (opcode = avr_opcodes, maskptr = avr_bin_masks;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-avr.c 43 struct avr_opcodes_s avr_opcodes[] = variable in typeref:struct:avr_opcodes_s
641 for (opcode = avr_opcodes; opcode->name; opcode++)
    [all...]

Completed in 313 milliseconds