Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c597 (((MODE) & (M6812_OP_PAGE|M6811_OP_IND16)) \
598 == ((M6812_OP_PAGE|M6811_OP_IND16)))
699 && !(opcodes->format & M6811_OP_IND16)) in md_begin()
929 if (format & M6811_OP_IND16) in print_opcode_format()
1164 if (*p == '*' && (opmode & (M6811_OP_DIRECT | M6811_OP_IND16))) in get_operand()
1244 mode = M6811_OP_PAGE_ADDR | M6812_OP_PAGE | M6811_OP_IND16; in get_operand()
1378 oper->mode = M6811_OP_IND16 | M6811_OP_JUMP_REL; in get_operand()
1399 && !(mode == M6811_OP_NONE && opmode & M6811_OP_IND16)) in get_operand()
1463 mode = M6811_OP_IND16 | M6811_OP_JUMP_REL; in get_operand()
1518 mode = M6811_OP_IND16; in check_range()
[all …]
/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-dis.c529 M6811_OP_IND16))); in print_insn()
615 if (format & M6811_OP_IND16) in print_insn()
663 if (format & (M6811_OP_IMM16 | M6811_OP_IND16)) in print_insn()
721 format &= ~M6811_OP_IND16; in print_insn()
Dm68hc11-opc.c80 #define OP_IND16 M6811_OP_IND16
/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h332 #define M6811_OP_IND16 0x0008 /* Indirect abs: <val-16> */ macro