Lines Matching full: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;
593 cmp_opcode (struct m68hc11_opcode *op1, struct m68hc11_opcode *op2)
609 struct m68hc11_opcode *opcodes;
618 opcodes = (struct m68hc11_opcode *) xmalloc (m68hc11_num_opcodes *
620 m68hc11_opcode));
646 qsort (opcodes, num_opcodes, sizeof (struct m68hc11_opcode),
738 print_opcode_format (struct m68hc11_opcode *opcode, int example)
971 struct m68hc11_opcode *opcodes;
1016 struct m68hc11_opcode *opcode;
1832 build_jump_insn (struct m68hc11_opcode *opcode, operand operands[],
1973 build_dbranch_insn (struct m68hc11_opcode *opcode, operand operands[],
2375 build_insn_xg (struct m68hc11_opcode *opcode,
2450 build_insn (struct m68hc11_opcode *opcode,
2575 static struct m68hc11_opcode *
2579 struct m68hc11_opcode *opcode;
2580 struct m68hc11_opcode *op_indirect;
2755 static struct m68hc11_opcode *
2759 struct m68hc11_opcode *opcode;
2823 struct m68hc11_opcode *opcode;
2825 struct m68hc11_opcode opcode_local;