Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dpdp11-opc.c97 { "mov", 0x1000, 0xf000, PDP11_OPCODE_OP_OP, PDP11_BASIC },
98 { "cmp", 0x2000, 0xf000, PDP11_OPCODE_OP_OP, PDP11_BASIC },
99 { "bit", 0x3000, 0xf000, PDP11_OPCODE_OP_OP, PDP11_BASIC },
100 { "bic", 0x4000, 0xf000, PDP11_OPCODE_OP_OP, PDP11_BASIC },
101 { "bis", 0x5000, 0xf000, PDP11_OPCODE_OP_OP, PDP11_BASIC },
102 { "add", 0x6000, 0xf000, PDP11_OPCODE_OP_OP, PDP11_BASIC },
197 { "movb", 0x9000, 0xf000, PDP11_OPCODE_OP_OP, PDP11_BASIC },
198 { "cmpb", 0xa000, 0xf000, PDP11_OPCODE_OP_OP, PDP11_BASIC },
199 { "bitb", 0xb000, 0xf000, PDP11_OPCODE_OP_OP, PDP11_BASIC },
200 { "bicb", 0xc000, 0xf000, PDP11_OPCODE_OP_OP, PDP11_BASIC },
[all …]
Dpdp11-dis.c300 case PDP11_OPCODE_OP_OP: in print_insn_pdp11()
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dpdp11.h32 #define PDP11_OPCODE_OP_OP 6 /* two generic operands */ macro
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-pdp11.c913 case PDP11_OPCODE_OP_OP: in md_assemble()