Home
last modified time | relevance | path

Searched refs:M6812_OP_IDX (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c887 if (format & M6812_OP_IDX) in print_opcode_format()
1234 oper->mode = M6812_OP_IDX; in get_operand()
1440 mode = M6812_OP_IDX; in get_operand()
1445 mode |= M6812_OP_IDX; in get_operand()
1517 if (mode & (M6812_INDEXED_IND | M6812_INDEXED | M6812_OP_IDX)) in check_range()
2111 if (mode & (M6812_OP_IDX | M6812_OP_D_IDX_2)) in build_indexed_byte()
2138 if (!check_range (val, M6812_OP_IDX)) in build_indexed_byte()
2142 && ((!(mode & M6812_OP_IDX) && !(mode & M6812_OP_D_IDX_2)) in build_indexed_byte()
2210 if ((mode & M6812_OP_IDX) && (current_architecture & cpu9s12x)) in build_indexed_byte()
2484 if (format & M6812_OP_IDX) in build_insn()
[all …]
/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h339 #define M6812_OP_IDX 0x0200 /* Indirect: N,r N,[+-]r[+-] N:5-bits */ macro
/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-dis.c607 #define M6812_INDEXED_FLAGS (M6812_OP_IDX|M6812_OP_IDX_1|M6812_OP_IDX_2) in print_insn()
Dm68hc11-opc.c82 #define OP_IDX M6812_OP_IDX