| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | m10200-opc.c | 176 { "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}},
|
| D | m10200-dis.c | 230 else if (op->format == FMT_3 242 else if (op->format == FMT_3
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | m10200-opc.c | 176 { "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}},
|
| D | crx-opc.c | 158 {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, \
|
| D | m10200-dis.c | 47 else if (op->format == FMT_3 in disassemble() 59 else if (op->format == FMT_3 in disassemble()
|
| D | crx-dis.c | 332 case FMT_3: in build_mask()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| D | crx.h | 192 #define FMT_3 (1 << 11) /* 0xFFF00F00 */ macro 195 #define FMT_CRX (FMT_1 | FMT_2 | FMT_3 | FMT_4 | FMT_5)
|
| D | mn10200.h | 105 #define FMT_3 3 macro
|
| /openbsd/src/gnu/usr.bin/binutils/include/opcode/ |
| D | mn10200.h | 105 #define FMT_3 3 macro
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-mn10200.c | 1091 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/ |
| D | tc-mn10200.c | 953 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)
|