Searched refs:m68hc11_opcode_def (Results 1 – 1 of 1) sorted by relevance
138 struct m68hc11_opcode_def { struct147 static struct m68hc11_opcode_def *m68hc11_opcode_defs = 0; argument183 static struct m68hc11_opcode *find (struct m68hc11_opcode_def *,185 static struct m68hc11_opcode *find_opcode (struct m68hc11_opcode_def *,424 struct m68hc11_opcode_def *opc; in m68hc11_print_statistics()598 struct m68hc11_opcode_def *opc = 0; in md_begin()637 opc = (struct m68hc11_opcode_def *) in md_begin()638 xmalloc (num_opcodes * sizeof (struct m68hc11_opcode_def)); in md_begin()874 struct m68hc11_opcode_def *opc; in print_insn_format()878 opc = (struct m68hc11_opcode_def *) hash_find (m68hc11_hash, name); in print_insn_format()[all …]