Searched refs:m68hc11_opcode (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-m68hc11.c | 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; [all …]
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | m68hc11.h | 420 struct m68hc11_opcode struct 447 extern const struct m68hc11_opcode m68hc11_opcodes[]; argument
|
D | ChangeLog-0415 | 1036 (struct m68hc11_opcode): Add xg_mask field.
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | m68hc11-dis.c | 242 const struct m68hc11_opcode *opcode; in print_insn()
|
D | m68hc11-opc.c | 115 const struct m68hc11_opcode m68hc11_opcodes[] = {
|