Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dm68hc11-dis.c46 #define OP_PAGE_MASK (M6811_OP_PAGE2|M6811_OP_PAGE3|M6811_OP_PAGE4)
356 format = M6811_OP_PAGE2; in print_insn()
835 if (format & ~(M6811_OP_PAGE4 | M6811_OP_PAGE3 | M6811_OP_PAGE2)) in print_insn()
846 if (format == M6811_OP_PAGE2 && arch & cpu6812 in print_insn()
850 else if (format == M6811_OP_PAGE2) in print_insn()
Dm68hc11-opc.c73 #define OP_PAGE2 M6811_OP_PAGE2
/toolchain/binutils/binutils-2.27/include/opcode/
Dm68hc11.h351 #define M6811_OP_PAGE2 0x00080000 /* Need a page2 opcode before */ macro
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c2052 #define OP_EXTENDED (M6811_OP_PAGE2 | M6811_OP_PAGE3 | M6811_OP_PAGE4)
2462 if (format & M6811_OP_PAGE2) in build_insn()