Home
last modified time | relevance | path

Searched refs:cpu6811 (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-opc.c116 { "aba", OP_NONE, 1, 0x1b, 2, 2, CHG_HNZVC, cpu6811, 0 },
118 { "abx", OP_NONE, 1, 0x3a, 3, 3, CHG_NONE, cpu6811, 0 },
119 { "aby", OP_NONE | OP_PAGE2,2, 0x3a, 4, 4, CHG_NONE, cpu6811, 0 },
121 { "adca", OP_IMM8, 2, 0x89, 1, 1, CHG_HNZVC, cpu6811|cpu6812|cpu9s12x, 0 },
122 { "adca", OP_DIRECT, 2, 0x99, 3, 3, CHG_HNZVC, cpu6811|cpu6812|cpu9s12x, 0 },
123 { "adca", OP_IND16, 3, 0xb9, 3, 3, CHG_HNZVC, cpu6811|cpu6812|cpu9s12x, 0 },
124 { "adca", OP_IX, 2, 0xa9, 4, 4, CHG_HNZVC, cpu6811, 0 },
125 { "adca", OP_IY | OP_PAGE2, 3, 0xa9, 5, 5, CHG_HNZVC, cpu6811, 0 },
132 { "adcb", OP_IMM8, 2, 0xc9, 1, 1, CHG_HNZVC, cpu6811|cpu6812|cpu9s12x, 0 },
133 { "adcb", OP_DIRECT, 2, 0xd9, 3, 3, CHG_HNZVC, cpu6811|cpu6812|cpu9s12x, 0 },
[all …]
Dm68hc11-dis.c358 else if (code == M6811_OPCODE_PAGE3 && arch == cpu6811) in print_insn()
363 else if (code == M6811_OPCODE_PAGE4 && arch == cpu6811) in print_insn()
870 return print_insn (memaddr, info, cpu6811); in print_insn_m68hc11()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c376 if (current_architecture & cpu6811) in m68hc11_arch_format()
386 if (current_architecture & cpu6811) in m68hc11_arch()
402 if (current_architecture & cpu6811) in m68hc11_listing_header()
459 current_architecture = cpu6811; in get_default_target()
547 current_architecture = cpu6811; in md_parse_option()
1216 if (current_architecture & cpu6811) in get_operand()
1386 if ((current_architecture & cpu6811) in get_operand()
1427 if (current_architecture & cpu6811) in get_operand()
1435 if (current_architecture & cpu6811) in get_operand()
4133 gas_assert (current_architecture & cpu6811); in md_estimate_size_before_relax()
[all …]
/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h413 #define cpu6811 0x01 macro