Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-opc.c117 { "aba", OP_NONE | OP_PAGE2,2, 0x06, 2, 2, CHG_HNZVC, cpu6812|cpu9s12x, 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 },
126 { "adca", OP_IDX, 2, 0xa9, 3, 3, CHG_HNZVC, cpu6812|cpu9s12x, 0 },
127 { "adca", OP_IDX_1, 3, 0xa9, 3, 3, CHG_HNZVC, cpu6812|cpu9s12x, 0 },
128 { "adca", OP_IDX_2, 4, 0xa9, 4, 4, CHG_HNZVC, cpu6812|cpu9s12x, 0 },
129 { "adca", OP_D_IDX, 2, 0xa9, 6, 6, CHG_HNZVC, cpu6812|cpu9s12x, 0 },
130 { "adca", OP_D_IDX_2, 4, 0xa9, 6, 6, CHG_HNZVC, cpu6812|cpu9s12x, 0 },
132 { "adcb", OP_IMM8, 2, 0xc9, 1, 1, CHG_HNZVC, cpu6811|cpu6812|cpu9s12x, 0 },
[all …]
Dm68hc11-dis.c144 if ((mov_insn) && (!(arch & cpu9s12x))) in print_indexed_operand()
168 if ((mov_insn) && (!(arch & cpu9s12x))) in print_indexed_operand()
478 && (arch & cpu9s12x) in print_insn()
882 return print_insn (memaddr, info, cpu6812|cpu9s12x); in print_insn_m9s12x()
/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h416 #define cpu9s12x 0x08 /* 9S12X main cpu. */ macro
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c406 else if (current_architecture & cpu9s12x) in m68hc11_listing_header()
555 current_architecture = cpu6812 | cpu6812s | cpu9s12x; in md_parse_option()
2143 || !(current_architecture & cpu9s12x))) in build_indexed_byte()
2210 if ((mode & M6812_OP_IDX) && (current_architecture & cpu9s12x)) in build_indexed_byte()
2271 if ((move_insn) && (!(current_architecture & cpu9s12x))) in build_indexed_byte()
2337 && (!(current_architecture & cpu9s12x))) in build_reg_mode()
2354 && (op->reg1 == REG_D) && (current_architecture & cpu9s12x)) in build_reg_mode()
3577 && (current_architecture & cpu9s12x)) in md_assemble()