Searched refs:PDP11_OPCODE_REG (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | pdp11-opc.c | 35 { "rts", 0x0080, 0xfff8, PDP11_OPCODE_REG, PDP11_BASIC }, 111 { "fadd", 0x7a00, 0xfff8, PDP11_OPCODE_REG, PDP11_FIS }, 112 { "fsub", 0x7a08, 0xfff8, PDP11_OPCODE_REG, PDP11_FIS }, 113 { "fmul", 0x7a10, 0xfff8, PDP11_OPCODE_REG, PDP11_FIS }, 114 { "fdiv", 0x7a18, 0xfff8, PDP11_OPCODE_REG, PDP11_FIS }, 119 { "l2dr", 0x7c10, 0xfff8, PDP11_OPCODE_REG, PDP11_CIS },/*l2d*/ 137 { "l3dr", 0x7c30, 0xfff8, PDP11_OPCODE_REG, PDP11_CIS },/*l3d*/ 244 { "l2d", 0x7c10, 0xfff8, PDP11_OPCODE_REG, PDP11_CIS }, 245 { "l3d", 0x7c30, 0xfff8, PDP11_OPCODE_REG, PDP11_CIS },
|
D | pdp11-dis.c | 219 case PDP11_OPCODE_REG: in print_insn_pdp11()
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | pdp11.h | 24 #define PDP11_OPCODE_REG 1 /* register */ macro
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-pdp11.c | 768 case PDP11_OPCODE_REG: in md_assemble()
|