Searched refs:m68hc11_opcodes (Results 1 – 8 of 8) sorted by relevance
419 extern const struct m68hc11_opcode m68hc11_opcodes[];
613 if (m68hc11_opcodes[i].arch & current_architecture) in md_begin()615 opcodes[num_opcodes] = m68hc11_opcodes[i]; in md_begin()621 opcodes[num_opcodes] = m68hc11_opcodes[i]; in md_begin()625 if (strcmp (m68hc11_opcodes[i].name, alias_opcodes[j].name) == 0) in md_begin()627 opcodes[num_opcodes] = m68hc11_opcodes[i]; in md_begin()
612 if (m68hc11_opcodes[i].arch & current_architecture) in md_begin()614 opcodes[num_opcodes] = m68hc11_opcodes[i]; in md_begin()620 opcodes[num_opcodes] = m68hc11_opcodes[i]; in md_begin()624 if (strcmp (m68hc11_opcodes[i].name, alias_opcodes[j].name) == 0) in md_begin()626 opcodes[num_opcodes] = m68hc11_opcodes[i]; in md_begin()
310 opcode = m68hc11_opcodes; in print_insn()
113 const struct m68hc11_opcode m68hc11_opcodes[] = { variable1058 const int m68hc11_num_opcodes = TABLE_SIZE (m68hc11_opcodes);