Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dpdp11-opc.c35 { "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 },
Dpdp11-dis.c219 case PDP11_OPCODE_REG: in print_insn_pdp11()
/toolchain/binutils/binutils-2.25/include/opcode/
Dpdp11.h24 #define PDP11_OPCODE_REG 1 /* register */ macro
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-pdp11.c768 case PDP11_OPCODE_REG: in md_assemble()