Home
last modified time | relevance | path

Searched refs:FMT_1 (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dm10200-opc.c163 { "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 …]
Dcrx-opc.c358 {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, \
Dm10200-dis.c42 if (op->format == FMT_1) in disassemble()
Dcrx-dis.c326 case FMT_1: in build_mask()
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dcrx.h190 #define FMT_1 (1 << 9) /* 0xF0F00000 */ macro
195 #define FMT_CRX (FMT_1 | FMT_2 | FMT_3 | FMT_4 | FMT_5)
Dmn10200.h103 #define FMT_1 1 macro
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-mn10200.c1178 if (opcode->format == FMT_1) in md_assemble()