Searched refs:major_opcode (Results 1 – 1 of 1) sorted by relevance
1355 int major_opcode; in print_insn_m68k() local1453 major_opcode = (buffer[0] >> 4) & 15; in print_insn_m68k()1455 for (i = 0; i < numopcodes[major_opcode]; i++) in print_insn_m68k()1457 const struct m68k_opcode *opc = opcodes[major_opcode][i]; in print_insn_m68k()