Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c1414 oper->mode = M6812_OP_D_IDX_2; in get_operand()
1453 if (mode == M6812_OP_D_IDX_2) in get_operand()
2111 if (mode & (M6812_OP_IDX | M6812_OP_D_IDX_2)) in build_indexed_byte()
2142 && ((!(mode & M6812_OP_IDX) && !(mode & M6812_OP_D_IDX_2)) in build_indexed_byte()
2150 if (val >= -16 && val <= 15 && !(mode & M6812_OP_D_IDX_2)) in build_indexed_byte()
2158 else if (val >= -256 && val <= 255 && !(mode & M6812_OP_D_IDX_2)) in build_indexed_byte()
2172 if (mode & M6812_OP_D_IDX_2) in build_indexed_byte()
2184 if (mode & M6812_OP_D_IDX_2) in build_indexed_byte()
2531 | M6812_OP_D_IDX | M6812_OP_D_IDX_2)) in build_insn()
2695 if (mode & format & (M6812_OP_D_IDX | M6812_OP_D_IDX_2)) in find()
[all …]
/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h343 #define M6812_OP_D_IDX_2 0x2000 /* [N,r] N:16-bits */ macro
/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-opc.c86 #define OP_D_IDX_2 M6812_OP_D_IDX_2