Searched refs:FMT_1 (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | m10200-opc.c | 163 { "mov", 0x80, 0xf0, FMT_1, {DN1, DM0}}, 171 { "mov", 0x20, 0xf0, FMT_1, {MEM(AN1), DM0}}, 185 { "mov", 0x00, 0xf0, FMT_1, {DM0, MEM(AN1)}}, 216 { "movb", 0x10, 0xf0, FMT_1, {DM0, MEM(AN1)}}, 224 { "movbu", 0x30, 0xf0, FMT_1, {MEM(AN1), DM0}}, 233 { "extx", 0xb0, 0xfc, FMT_1, {DN0}}, 234 { "extxu", 0xb4, 0xfc, FMT_1, {DN0}}, 235 { "extxb", 0xb8, 0xfc, FMT_1, {DN0}}, 236 { "extxbu", 0xbc, 0xfc, FMT_1, {DN0}}, 238 { "add", 0x90, 0xf0, FMT_1, {DN1, DM0}}, [all …]
|
| D | crx-opc.c | 358 {NAME, 2, ((0x8+OPC2)<<8)+0xE, 20, LD_STOR_INS | FMT_1 | REVERSE_MATCH, \ 361 {NAME, 3, ((0x8+OPC2)<<8)+0xF, 20, LD_STOR_INS | FMT_1 | REVERSE_MATCH, \ 387 {NAME, 2, ((0x8+OPC2)<<8)+0xE, 20, LD_STOR_INS | FMT_1, \ 390 {NAME, 3, ((0x8+OPC2)<<8)+0xF, 20, LD_STOR_INS | FMT_1, \
|
| D | m10200-dis.c | 42 if (op->format == FMT_1) in disassemble()
|
| D | crx-dis.c | 326 case FMT_1: in build_mask()
|
| /mirbsd/src/gnu/usr.bin/binutils/include/opcode/ |
| D | crx.h | 190 #define FMT_1 (1 << 9) /* 0xF0F00000 */ macro 195 #define FMT_CRX (FMT_1 | FMT_2 | FMT_3 | FMT_4 | FMT_5)
|
| D | mn10200.h | 103 #define FMT_1 1 macro
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-mn10200.c | 1178 if (opcode->format == FMT_1) in md_assemble()
|