HomeSort by relevance Sort by last modified time
    Searched full:cpu9s12x (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
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...]
m68hc11-dis.c 144 if ((mov_insn) && (!(arch & cpu9s12x)))
168 if ((mov_insn) && (!(arch & cpu9s12x)))
478 && (arch & cpu9s12x)
882 return print_insn (memaddr, info, cpu6812|cpu9s12x);
  /toolchain/binutils/binutils-2.27/gas/config/
tc-m68hc11.c 407 else if (current_architecture & cpu9s12x)
556 current_architecture = cpu6812 | cpu6812s | cpu9s12x;
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
m68hc11.h 416 #define cpu9s12x 0x08 /* 9S12X main cpu. */ macro

Completed in 128 milliseconds