Home
last modified time | relevance | path

Searched refs:m68hc11_opcode (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c159 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;
[all …]
/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h420 struct m68hc11_opcode struct
447 extern const struct m68hc11_opcode m68hc11_opcodes[]; argument
DChangeLog-04151036 (struct m68hc11_opcode): Add xg_mask field.
/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-dis.c242 const struct m68hc11_opcode *opcode; in print_insn()
Dm68hc11-opc.c115 const struct m68hc11_opcode m68hc11_opcodes[] = {