/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | m10200-opc.c | 162 { "mov", 0x8000, 0xf000, FMT_2, {SIMM8, DN01}}, 242 { "add", 0xd400, 0xfc00, FMT_2, {SIMM8, DN0}}, 245 { "add", 0xd000, 0xfc00, FMT_2, {SIMM8, AN0}}, 270 { "cmp", 0xd800, 0xfc00, FMT_2, {SIMM8, DN0}}, 298 { "beq", 0xe800, 0xff00, FMT_2, {SD8N_PCREL}}, 299 { "bne", 0xe900, 0xff00, FMT_2, {SD8N_PCREL}}, 300 { "blt", 0xe000, 0xff00, FMT_2, {SD8N_PCREL}}, 301 { "ble", 0xe300, 0xff00, FMT_2, {SD8N_PCREL}}, 302 { "bge", 0xe200, 0xff00, FMT_2, {SD8N_PCREL}}, 303 { "bgt", 0xe100, 0xff00, FMT_2, {SD8N_PCREL}}, [all …]
|
H A D | m10200-dis.c | 227 else if (op->format == FMT_2 240 if (op->format == FMT_2 || op->format == FMT_5)
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | m10200-opc.c | 162 { "mov", 0x8000, 0xf000, FMT_2, {SIMM8, DN01}}, 242 { "add", 0xd400, 0xfc00, FMT_2, {SIMM8, DN0}}, 245 { "add", 0xd000, 0xfc00, FMT_2, {SIMM8, AN0}}, 270 { "cmp", 0xd800, 0xfc00, FMT_2, {SIMM8, DN0}}, 298 { "beq", 0xe800, 0xff00, FMT_2, {SD8N_PCREL}}, 299 { "bne", 0xe900, 0xff00, FMT_2, {SD8N_PCREL}}, 300 { "blt", 0xe000, 0xff00, FMT_2, {SD8N_PCREL}}, 301 { "ble", 0xe300, 0xff00, FMT_2, {SD8N_PCREL}}, 302 { "bge", 0xe200, 0xff00, FMT_2, {SD8N_PCREL}}, 303 { "bgt", 0xe100, 0xff00, FMT_2, {SD8N_PCREL}}, [all …]
|
H A D | m10200-dis.c | 44 else if (op->format == FMT_2 in disassemble() 57 if (op->format == FMT_2 || op->format == FMT_5) in disassemble()
|
H A D | crx-opc.c | 517 {NAME, 2, 0x301030+OPC, 8, TYPE | FMT_2, {{ui4,16}, {REG1,4}, {REG2,0}}} 521 {NAME, 2, 0x301030+OPC, 8, TYPE | FMT_2, {{ui4,16}, {REG1,0}, {REG2,4}}}
|
H A D | crx-dis.c | 329 case FMT_2: in build_mask()
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | crx.h | 191 #define FMT_2 (1 << 10) /* 0xFFF0FF00 */ macro 195 #define FMT_CRX (FMT_1 | FMT_2 | FMT_3 | FMT_4 | FMT_5)
|
H A D | mn10200.h | 104 #define FMT_2 2 macro
|
/openbsd/gnu/usr.bin/binutils/include/opcode/ |
H A D | mn10200.h | 104 #define FMT_2 2 macro
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-mn10200.c | 951 if (opcode->format == FMT_2 || opcode->format == FMT_5) 1042 else if (opcode->format == FMT_2 || opcode->format == FMT_4)
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-mn10200.c | 1089 if (opcode->format == FMT_2 || opcode->format == FMT_5) in md_assemble() 1180 else if (opcode->format == FMT_2 || opcode->format == FMT_4) in md_assemble()
|