Searched refs:M6812_OP_IDX (Results 1 – 4 of 4) sorted by relevance
887 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 …]
339 #define M6812_OP_IDX 0x0200 /* Indirect: N,r N,[+-]r[+-] N:5-bits */ macro
607 #define M6812_INDEXED_FLAGS (M6812_OP_IDX|M6812_OP_IDX_1|M6812_OP_IDX_2) in print_insn()
82 #define OP_IDX M6812_OP_IDX