Searched refs:PDP11_OPCODE_OP_AC (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | pdp11-opc.c | 232 { "ldexp", 0xfd00, 0xff00, PDP11_OPCODE_OP_AC, PDP11_FPP }, 233 { "ldcif", 0xfe00, 0xff00, PDP11_OPCODE_OP_AC, PDP11_FPP }, 267 { "ldcid", 0xfe00, 0xff00, PDP11_OPCODE_OP_AC, PDP11_FPP }, 268 { "ldclf", 0xfe00, 0xff00, PDP11_OPCODE_OP_AC, PDP11_FPP }, 269 { "ldcld", 0xfe00, 0xff00, PDP11_OPCODE_OP_AC, PDP11_FPP },
|
D | pdp11-dis.c | 291 case PDP11_OPCODE_OP_AC: in print_insn_pdp11()
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | pdp11.h | 44 #define PDP11_OPCODE_OP_AC 16 /* generic int argument, then fpu macro
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-pdp11.c | 888 case PDP11_OPCODE_OP_AC: in md_assemble()
|