Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dm68hc11-tdep.c413 #undef M6811_OP_PAGE2
414 #define M6811_OP_PAGE2 (0x18) macro
464 { P_SAVE_REG, 5, { M6811_OP_PAGE2, M6811_OP_LDX, OP_DIRECT,
465 M6811_OP_PAGE2, M6811_OP_PSHX } },
468 { P_SAVE_REG, 6, { M6811_OP_PAGE2, M6811_OP_LDX_EXT, OP_IMM_HIGH, OP_IMM_LOW,
469 M6811_OP_PAGE2, M6811_OP_PSHX } },
477 { P_LOCAL_N, 11, { M6811_OP_PAGE2, M6811_OP_TSX,
478 M6811_OP_PAGE2, M6811_OP_XGDX,
480 M6811_OP_PAGE2, M6811_OP_XGDX,
481 M6811_OP_PAGE2, M6811_OP_TXS } },
[all …]
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dm68hc11-dis.c39 #define OP_PAGE_MASK (M6811_OP_PAGE2|M6811_OP_PAGE3|M6811_OP_PAGE4)
250 format = M6811_OP_PAGE2; in print_insn()
693 if (format & ~(M6811_OP_PAGE4 | M6811_OP_PAGE3 | M6811_OP_PAGE2)) in print_insn()
707 if (format == M6811_OP_PAGE2 && arch & cpu6812 in print_insn()
711 else if (format == M6811_OP_PAGE2) in print_insn()
H A Dm68hc11-opc.c71 #define OP_PAGE2 M6811_OP_PAGE2
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm68hc11-dis.c39 #define OP_PAGE_MASK (M6811_OP_PAGE2|M6811_OP_PAGE3|M6811_OP_PAGE4)
250 format = M6811_OP_PAGE2; in print_insn()
693 if (format & ~(M6811_OP_PAGE4 | M6811_OP_PAGE3 | M6811_OP_PAGE2)) in print_insn()
707 if (format == M6811_OP_PAGE2 && arch & cpu6812 in print_insn()
711 else if (format == M6811_OP_PAGE2) in print_insn()
H A Dm68hc11-opc.c71 #define OP_PAGE2 M6811_OP_PAGE2
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Dm68hc11.h351 #define M6811_OP_PAGE2 0x00080000 /* Need a page2 opcode before */ macro
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dm68hc11.h351 #define M6811_OP_PAGE2 0x00080000 /* Need a page2 opcode before */ macro
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-m68hc11.c1803 #define OP_EXTENDED (M6811_OP_PAGE2 | M6811_OP_PAGE3 | M6811_OP_PAGE4)
2110 if (format & M6811_OP_PAGE2) in build_insn()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m68hc11.c1804 #define OP_EXTENDED (M6811_OP_PAGE2 | M6811_OP_PAGE3 | M6811_OP_PAGE4)
2111 if (format & M6811_OP_PAGE2) in build_insn()