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 = XNEWVEC (struct m68hc11_opcode, m68hc11_num_opcodes); in md_begin()
642 qsort (opcodes, num_opcodes, sizeof (struct m68hc11_opcode), in md_begin()
732 print_opcode_format (struct m68hc11_opcode *opcode, int example) in print_opcode_format()
965 struct m68hc11_opcode *opcodes; in print_opcode_list()
1010 struct m68hc11_opcode *opcode; in print_insn_format()
1823 build_jump_insn (struct m68hc11_opcode *opcode, operand operands[], in build_jump_insn()
1964 build_dbranch_insn (struct m68hc11_opcode *opcode, operand operands[], in build_dbranch_insn()
2366 build_insn_xg (struct m68hc11_opcode *opcode, in build_insn_xg()
2441 build_insn (struct m68hc11_opcode *opcode, in build_insn()
2565 static struct m68hc11_opcode *
2569 struct m68hc11_opcode *opcode; in find()
2570 struct m68hc11_opcode *op_indirect; in find()
2745 static struct m68hc11_opcode *
2749 struct m68hc11_opcode *opcode; in find_opcode()
2812 struct m68hc11_opcode *opcode; in md_assemble()
2814 struct m68hc11_opcode opcode_local; in md_assemble()