Searched refs:m68hc11_num_opcodes (Results 1 – 8 of 8) sorted by relevance
311 for (i = 0; i < m68hc11_num_opcodes; i++, opcode++) in print_insn()339 for (j = 0; i + j < m68hc11_num_opcodes; j++) in print_insn()377 if (i + j < m68hc11_num_opcodes) in print_insn()
1058 const int m68hc11_num_opcodes = TABLE_SIZE (m68hc11_opcodes); variable
420 extern const int m68hc11_num_opcodes;
606 opcodes = (struct m68hc11_opcode *) xmalloc (m68hc11_num_opcodes * in md_begin()611 for (i = 0; i < m68hc11_num_opcodes; i++) in md_begin()
605 opcodes = (struct m68hc11_opcode *) xmalloc (m68hc11_num_opcodes * in md_begin()610 for (i = 0; i < m68hc11_num_opcodes; i++) in md_begin()