Home
last modified time | relevance | path

Searched refs:M6812_OP_PAGE (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-dis.c629 if ((format & M6812_OP_PAGE) && indirect) in print_insn()
630 format &= ~M6812_OP_PAGE; in print_insn()
683 if (format & M6812_OP_PAGE) in print_insn()
728 if (format & M6812_OP_PAGE) in print_insn()
735 format &= ~M6812_OP_PAGE; in print_insn()
817 if (format & M6812_OP_PAGE) in print_insn()
Dm68hc11-opc.c81 #define OP_PAGE M6812_OP_PAGE
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c597 (((MODE) & (M6812_OP_PAGE|M6811_OP_IND16)) \
598 == ((M6812_OP_PAGE|M6811_OP_IND16)))
698 if ((opcodes->format & M6812_OP_PAGE) in md_begin()
896 if (format & M6812_OP_PAGE) in print_opcode_format()
1241 else if ((opmode & M6812_OP_PAGE) && strncmp (p, "%page", 5) == 0) in get_operand()
1244 mode = M6811_OP_PAGE_ADDR | M6812_OP_PAGE | M6811_OP_IND16; in get_operand()
1533 case M6812_OP_PAGE: in check_range()
1541 case M6811_OP_IND16 | M6812_OP_PAGE: in check_range()
1660 else if (mode & M6812_OP_PAGE) in fixup16()
2507 format &= ~M6812_OP_PAGE; in build_insn()
[all …]
/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h344 #define M6812_OP_PAGE 0x4000 /* Page number */ macro
DChangeLog-9103343 * m68hc11.h (M6812_OP_PAGE): Define to identify call operand.