Lines Matching refs:m68hc11_opcode

159   struct m68hc11_opcode *opcode;
192 static int cmp_opcode (struct m68hc11_opcode *, struct m68hc11_opcode *);
193 static char *print_opcode_format (struct m68hc11_opcode *, int);
206 static void build_dbranch_insn (struct m68hc11_opcode *,
211 static struct m68hc11_opcode *find (struct m68hc11_opcode_def *,
213 static struct m68hc11_opcode *find_opcode (struct m68hc11_opcode_def *,
215 static void build_jump_insn (struct m68hc11_opcode *, operand *, int, int);
216 static void build_insn_xg (struct m68hc11_opcode *, operand *, int);
217 static void build_insn (struct m68hc11_opcode *, operand *, int);
280 static struct m68hc11_opcode *m68hc11_sorted_opcodes;
591 cmp_opcode (struct m68hc11_opcode *op1, struct m68hc11_opcode *op2) in cmp_opcode()
607 struct m68hc11_opcode *opcodes; in md_begin()
616 opcodes = (struct m68hc11_opcode *) xmalloc (m68hc11_num_opcodes * in md_begin()
618 m68hc11_opcode)); in md_begin()
644 qsort (opcodes, num_opcodes, sizeof (struct m68hc11_opcode), in md_begin()
735 print_opcode_format (struct m68hc11_opcode *opcode, int example) in print_opcode_format()
968 struct m68hc11_opcode *opcodes; in print_opcode_list()
1013 struct m68hc11_opcode *opcode; in print_insn_format()
1826 build_jump_insn (struct m68hc11_opcode *opcode, operand operands[], in build_jump_insn()
1967 build_dbranch_insn (struct m68hc11_opcode *opcode, operand operands[], in build_dbranch_insn()
2369 build_insn_xg (struct m68hc11_opcode *opcode, in build_insn_xg()
2444 build_insn (struct m68hc11_opcode *opcode, in build_insn()
2568 static struct m68hc11_opcode *
2572 struct m68hc11_opcode *opcode; in find()
2573 struct m68hc11_opcode *op_indirect; in find()
2748 static struct m68hc11_opcode *
2752 struct m68hc11_opcode *opcode; in find_opcode()
2815 struct m68hc11_opcode *opcode; in md_assemble()
2817 struct m68hc11_opcode opcode_local; in md_assemble()