Home
last modified time | relevance | path

Searched refs:FMT_2 (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dm10200-opc.c162 { "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 Dm10200-dis.c227 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 Dm10200-opc.c162 { "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 Dm10200-dis.c44 else if (op->format == FMT_2 in disassemble()
57 if (op->format == FMT_2 || op->format == FMT_5) in disassemble()
H A Dcrx-opc.c517 {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 Dcrx-dis.c329 case FMT_2: in build_mask()
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcrx.h191 #define FMT_2 (1 << 10) /* 0xFFF0FF00 */ macro
195 #define FMT_CRX (FMT_1 | FMT_2 | FMT_3 | FMT_4 | FMT_5)
H A Dmn10200.h104 #define FMT_2 2 macro
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Dmn10200.h104 #define FMT_2 2 macro
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-mn10200.c951 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 Dtc-mn10200.c1089 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()