Searched refs:cpu9s12x (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | m68hc11-opc.c | 117 { "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 …]
|
D | m68hc11-dis.c | 144 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/ |
D | m68hc11.h | 416 #define cpu9s12x 0x08 /* 9S12X main cpu. */ macro
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-m68hc11.c | 406 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()
|