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.25/gas/config/
Dtc-m68hc11.c1417 oper->mode = M6812_OP_D_IDX_2; in get_operand()
1456 if (mode == M6812_OP_D_IDX_2) in get_operand()
2114 if (mode & (M6812_OP_IDX | M6812_OP_D_IDX_2)) in build_indexed_byte()
2145 && ((!(mode & M6812_OP_IDX) && !(mode & M6812_OP_D_IDX_2)) in build_indexed_byte()
2153 if (val >= -16 && val <= 15 && !(mode & M6812_OP_D_IDX_2)) in build_indexed_byte()
2161 else if (val >= -256 && val <= 255 && !(mode & M6812_OP_D_IDX_2)) in build_indexed_byte()
2175 if (mode & M6812_OP_D_IDX_2) in build_indexed_byte()
2187 if (mode & M6812_OP_D_IDX_2) in build_indexed_byte()
2534 | M6812_OP_D_IDX | M6812_OP_D_IDX_2)) in build_insn()
2698 if (mode & format & (M6812_OP_D_IDX | M6812_OP_D_IDX_2)) in find()
[all …]
/toolchain/binutils/binutils-2.25/include/opcode/
Dm68hc11.h343 #define M6812_OP_D_IDX_2 0x2000 /* [N,r] N:16-bits */ macro
/toolchain/binutils/binutils-2.25/opcodes/
Dm68hc11-opc.c86 #define OP_D_IDX_2 M6812_OP_D_IDX_2