Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dm10200-opc.c176 { "mov", 0xc80000, 0xfc0000, FMT_3, {MEM(IMM16_MEM), DN0}},
190 { "mov", 0xc00000, 0xfc0000, FMT_3, {DN0, MEM(IMM16_MEM)}},
199 { "mov", 0xf80000, 0xfc0000, FMT_3, {SIMM16, DN0}},
201 { "mov", 0xdc0000, 0xfc0000, FMT_3, {IMM16, AN0}},
221 { "movb", 0xc40000, 0xfc0000, FMT_3, {DN0, MEM(IMM16_MEM)}},
229 { "movbu", 0xcc0000, 0xfc0000, FMT_3, {MEM(IMM16_MEM), DN0}},
273 { "cmp", 0xec0000, 0xfc0000, FMT_3, {IMM16, AN0}},
329 { "jmp", 0xfc0000, 0xff0000, FMT_3, {IMM16_PCREL}},
332 { "jsr", 0xfd0000, 0xff0000, FMT_3, {IMM16_PCREL}},
Dm10200-dis.c230 else if (op->format == FMT_3
242 else if (op->format == FMT_3
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dm10200-opc.c176 { "mov", 0xc80000, 0xfc0000, FMT_3, {MEM(IMM16_MEM), DN0}},
190 { "mov", 0xc00000, 0xfc0000, FMT_3, {DN0, MEM(IMM16_MEM)}},
199 { "mov", 0xf80000, 0xfc0000, FMT_3, {SIMM16, DN0}},
201 { "mov", 0xdc0000, 0xfc0000, FMT_3, {IMM16, AN0}},
221 { "movb", 0xc40000, 0xfc0000, FMT_3, {DN0, MEM(IMM16_MEM)}},
229 { "movbu", 0xcc0000, 0xfc0000, FMT_3, {MEM(IMM16_MEM), DN0}},
273 { "cmp", 0xec0000, 0xfc0000, FMT_3, {IMM16, AN0}},
329 { "jmp", 0xfc0000, 0xff0000, FMT_3, {IMM16_PCREL}},
332 { "jsr", 0xfd0000, 0xff0000, FMT_3, {IMM16_PCREL}},
Dcrx-opc.c158 {NAME, 2, ((0x300+OPC1)<<12)+C4, 8, CMPBR_INS | FMT_3| RELAXABLE, \
161 {NAME, 3, ((0x310+OPC1)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE, \
164 {NAME, 2, ((0x300+OPC2)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE, \
167 {NAME, 3, ((0x310+OPC2)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE, \
Dm10200-dis.c47 else if (op->format == FMT_3 in disassemble()
59 else if (op->format == FMT_3 in disassemble()
Dcrx-dis.c332 case FMT_3: in build_mask()
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
Dcrx.h192 #define FMT_3 (1 << 11) /* 0xFFF00F00 */ macro
195 #define FMT_CRX (FMT_1 | FMT_2 | FMT_3 | FMT_4 | FMT_5)
Dmn10200.h105 #define FMT_3 3 macro
/openbsd/src/gnu/usr.bin/binutils/include/opcode/
Dmn10200.h105 #define FMT_3 3 macro
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-mn10200.c1091 else if (opcode->format == FMT_3 || opcode->format == FMT_6 in md_assemble()
1182 else if (opcode->format == FMT_3 || opcode->format == FMT_5) in md_assemble()
1253 if (opcode->format == FMT_3) in md_assemble()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-mn10200.c953 else if (opcode->format == FMT_3 || opcode->format == FMT_6
1044 else if (opcode->format == FMT_3 || opcode->format == FMT_5)
1104 if (opcode->format == FMT_3)