Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-m68hc11.c1223 mode = M6812_OP_D_IDX; in get_operand()
1251 if (mode == M6811_OP_NONE || mode == M6812_OP_D_IDX) in get_operand()
1259 if (*p == ']' && mode == M6812_OP_D_IDX) in get_operand()
1270 if (mode == M6812_OP_D_IDX) in get_operand()
1284 if (mode == M6812_OP_D_IDX) in get_operand()
1292 oper->mode = M6812_OP_D_IDX; in get_operand()
1345 || mode == M6812_OP_D_IDX) in get_operand()
1407 if (mode == M6812_OP_D_IDX) in get_operand()
2268 if (mode & (M6812_OP_REG | M6812_OP_D_IDX)) in build_indexed_byte()
2270 if (mode & M6812_OP_D_IDX) in build_indexed_byte()
[all …]
/toolchain/binutils/binutils-2.25/include/opcode/
Dm68hc11.h342 #define M6812_OP_D_IDX 0x1000 /* Indirect indexed: [D,r] */ macro
/toolchain/binutils/binutils-2.25/opcodes/
Dm68hc11-opc.c85 #define OP_D_IDX M6812_OP_D_IDX