Searched refs:PDP11_OPCODE_IMM8 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | pdp11-opc.c | 182 { "emt", 0x8800, 0xff00, PDP11_OPCODE_IMM8, PDP11_BASIC }, 183 { "sys", 0x8900, 0xff00, PDP11_OPCODE_IMM8, PDP11_BASIC },/*trap*/ 248 { "trap", 0x8900, 0xff00, PDP11_OPCODE_IMM8, PDP11_BASIC },
|
D | pdp11-dis.c | 332 case PDP11_OPCODE_IMM8: in print_insn_pdp11()
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | pdp11.h | 35 #define PDP11_OPCODE_IMM8 9 /* 8-bit immediate */ macro
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-pdp11.c | 706 case PDP11_OPCODE_IMM8: in md_assemble() 734 case PDP11_OPCODE_IMM8: in md_assemble()
|