Searched refs:opc_pointer (Results 1 – 1 of 1) sorted by relevance
1882 const struct m68k_opcode **opc_pointer[16]; in print_insn_m68k() local1890 opc_pointer[0] = malloc (sizeof (struct m68k_opcode *) in print_insn_m68k()1892 opcodes[0] = opc_pointer[0]; in print_insn_m68k()1896 opc_pointer[i] = opc_pointer[i - 1] + numopcodes[i - 1]; in print_insn_m68k()1897 opcodes[i] = opc_pointer[i]; in print_insn_m68k()1901 *opc_pointer[(m68k_opcodes[i].opcode >> 28) & 15]++ = &m68k_opcodes[i]; in print_insn_m68k()