Home
last modified time | relevance | path

Searched refs:M6812_OP_D_IDX (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c1220 mode = M6812_OP_D_IDX; in get_operand()
1248 if (mode == M6811_OP_NONE || mode == M6812_OP_D_IDX) in get_operand()
1256 if (*p == ']' && mode == M6812_OP_D_IDX) in get_operand()
1267 if (mode == M6812_OP_D_IDX) in get_operand()
1281 if (mode == M6812_OP_D_IDX) in get_operand()
1289 oper->mode = M6812_OP_D_IDX; in get_operand()
1342 || mode == M6812_OP_D_IDX) in get_operand()
1404 if (mode == M6812_OP_D_IDX) in get_operand()
2265 if (mode & (M6812_OP_REG | M6812_OP_D_IDX)) in build_indexed_byte()
2267 if (mode & M6812_OP_D_IDX) in build_indexed_byte()
[all …]
/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h342 #define M6812_OP_D_IDX 0x1000 /* Indirect indexed: [D,r] */ macro
/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-opc.c85 #define OP_D_IDX M6812_OP_D_IDX