Searched refs:PDP11_OPCODE_DISPL (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | pdp11-opc.c | 72 { "br", 0x0100, 0xff00, PDP11_OPCODE_DISPL, PDP11_BASIC }, 73 { "bne", 0x0200, 0xff00, PDP11_OPCODE_DISPL, PDP11_BASIC }, 74 { "beq", 0x0300, 0xff00, PDP11_OPCODE_DISPL, PDP11_BASIC }, 75 { "bge", 0x0400, 0xff00, PDP11_OPCODE_DISPL, PDP11_BASIC }, 76 { "blt", 0x0500, 0xff00, PDP11_OPCODE_DISPL, PDP11_BASIC }, 77 { "bgt", 0x0600, 0xff00, PDP11_OPCODE_DISPL, PDP11_BASIC }, 78 { "ble", 0x0700, 0xff00, PDP11_OPCODE_DISPL, PDP11_BASIC }, 174 { "bpl", 0x8000, 0xff00, PDP11_OPCODE_DISPL, PDP11_BASIC }, 175 { "bmi", 0x8100, 0xff00, PDP11_OPCODE_DISPL, PDP11_BASIC }, 176 { "bhi", 0x8200, 0xff00, PDP11_OPCODE_DISPL, PDP11_BASIC }, [all …]
|
D | pdp11-dis.c | 311 case PDP11_OPCODE_DISPL: in print_insn_pdp11()
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | pdp11.h | 32 #define PDP11_OPCODE_DISPL 7 /* pc-relative displacement */ macro
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-pdp11.c | 745 case PDP11_OPCODE_DISPL: in md_assemble()
|