Searched refs:M68XG_OP_R_R_OFFS5 (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | m68hc11.h | 376 #define M68XG_OP_R_R_OFFS5 0x0100 macro
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | m68hc11.h | 376 #define M68XG_OP_R_R_OFFS5 0x0100 macro
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-m68hc11.c | 681 else if (opcodes->format & (M68XG_OP_R_R_R | M68XG_OP_R_R_OFFS5 in md_begin() 797 else if (format & M68XG_OP_R_R_OFFS5) in print_opcode_format() 1489 case M68XG_OP_R_R_OFFS5: in check_range() 3352 opcode_local.format = M68XG_OP_R_R_OFFS5; in md_assemble() 3353 operands[0].mode = M68XG_OP_R_R_OFFS5; in md_assemble() 3368 M68XG_OP_R_R_OFFS5)) in md_assemble()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-m68hc11.c | 682 else if (opcodes->format & (M68XG_OP_R_R_R | M68XG_OP_R_R_OFFS5 in md_begin() 799 else if (format & M68XG_OP_R_R_OFFS5) in print_opcode_format() 1491 case M68XG_OP_R_R_OFFS5: in check_range() 3352 opcode_local.format = M68XG_OP_R_R_OFFS5; in md_assemble() 3353 operands[0].mode = M68XG_OP_R_R_OFFS5; in md_assemble() 3368 M68XG_OP_R_R_OFFS5)) in md_assemble()
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | m68hc11-opc.c | 1655 { "ldb", M68XG_OP_R_R_OFFS5, 2, 0x4000, 0, 0, 0, 0, 0, cpuxgate, 0xf800 }, 1656 { "ldw", M68XG_OP_R_R_OFFS5, 2, 0x4800, 0, 0, 0, 0, 0, cpuxgate, 0xf800 }, 1657 { "stb", M68XG_OP_R_R_OFFS5, 2, 0x5000, 0, 0, 0, 0, 0, cpuxgate, 0xf800 }, 1658 { "stw", M68XG_OP_R_R_OFFS5, 2, 0x5800, 0, 0, 0, 0, 0, cpuxgate, 0xf800 },
|
H A D | m68hc11-dis.c | 272 else if (format & M68XG_OP_R_R_OFFS5) in print_insn()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | m68hc11-opc.c | 1655 { "ldb", M68XG_OP_R_R_OFFS5, 2, 0x4000, 0, 0, 0, 0, 0, cpuxgate, 0xf800 }, 1656 { "ldw", M68XG_OP_R_R_OFFS5, 2, 0x4800, 0, 0, 0, 0, 0, cpuxgate, 0xf800 }, 1657 { "stb", M68XG_OP_R_R_OFFS5, 2, 0x5000, 0, 0, 0, 0, 0, cpuxgate, 0xf800 }, 1658 { "stw", M68XG_OP_R_R_OFFS5, 2, 0x5800, 0, 0, 0, 0, 0, cpuxgate, 0xf800 },
|
H A D | m68hc11-dis.c | 272 else if (format & M68XG_OP_R_R_OFFS5) in print_insn()
|