Searched refs:PDP11_OPCODE_OP_OP (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dpdp11.h32 #define PDP11_OPCODE_OP_OP 6 /* two generic operands */ macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A 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_BASI
[all...]
H A Dpdp11-dis.c300 case PDP11_OPCODE_OP_OP:

Completed in 136 milliseconds