Lines Matching refs:num_opcodes
244 static int num_opcodes; variable
609 num_opcodes = 0; in md_begin()
614 opcodes[num_opcodes] = m68hc11_opcodes[i]; in md_begin()
615 if (opcodes[num_opcodes].name[0] == 'b' in md_begin()
616 && opcodes[num_opcodes].format & M6811_OP_JUMP_REL in md_begin()
617 && !(opcodes[num_opcodes].format & M6811_OP_BITMASK)) in md_begin()
619 num_opcodes++; in md_begin()
620 opcodes[num_opcodes] = m68hc11_opcodes[i]; in md_begin()
622 num_opcodes++; in md_begin()
626 opcodes[num_opcodes] = m68hc11_opcodes[i]; in md_begin()
627 opcodes[num_opcodes].name = alias_opcodes[j].alias; in md_begin()
628 num_opcodes++; in md_begin()
633 qsort (opcodes, num_opcodes, sizeof (struct m68hc11_opcode), in md_begin()
637 xmalloc (num_opcodes * sizeof (struct m68hc11_opcode_def)); in md_begin()
644 for (i = 0; i < num_opcodes; i++, opcodes++) in md_begin()
841 for (i = 0; i < num_opcodes; i++, opcodes++) in print_opcode_list()