OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PDP11_OPCODE_OP_OP
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
pdp11.h
31
#define
PDP11_OPCODE_OP_OP
6 /* two generic operands */
/toolchain/binutils/binutils-2.25/opcodes/
pdp11-opc.c
100
{ "mov", 0x1000, 0xf000,
PDP11_OPCODE_OP_OP
, PDP11_BASIC },
101
{ "cmp", 0x2000, 0xf000,
PDP11_OPCODE_OP_OP
, PDP11_BASIC },
102
{ "bit", 0x3000, 0xf000,
PDP11_OPCODE_OP_OP
, PDP11_BASIC },
103
{ "bic", 0x4000, 0xf000,
PDP11_OPCODE_OP_OP
, PDP11_BASIC },
104
{ "bis", 0x5000, 0xf000,
PDP11_OPCODE_OP_OP
, PDP11_BASIC },
105
{ "add", 0x6000, 0xf000,
PDP11_OPCODE_OP_OP
, PDP11_BASIC },
200
{ "movb", 0x9000, 0xf000,
PDP11_OPCODE_OP_OP
, PDP11_BASIC },
201
{ "cmpb", 0xa000, 0xf000,
PDP11_OPCODE_OP_OP
, PDP11_BASIC },
202
{ "bitb", 0xb000, 0xf000,
PDP11_OPCODE_OP_OP
, PDP11_BASIC },
203
{ "bicb", 0xc000, 0xf000,
PDP11_OPCODE_OP_OP
, PDP11_BASIC }
[
all
...]
pdp11-dis.c
302
case
PDP11_OPCODE_OP_OP
:
/toolchain/binutils/binutils-2.25/gas/config/
tc-pdp11.c
909
case
PDP11_OPCODE_OP_OP
:
Completed in 90 milliseconds