Searched refs:FMT_S0 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | m10300-opc.c | 449 { "mov", 0x80, 0xf0, 0x3, FMT_S0, 0, {DM1, DN0}}, 453 { "mov", 0x90, 0xf0, 0x3, FMT_S0, 0, {AM1, AN0}}, 454 { "mov", 0x3c, 0xfc, 0, FMT_S0, 0, {SP, AN0}}, 460 { "mov", 0x70, 0xf0, 0, FMT_S0, 0, {MEM(AM0), DN1}}, 466 { "mov", 0x60, 0xf0, 0, FMT_S0, 0, {DM1, MEM(AN0)}}, 741 { "extb", 0x10, 0xfc, 0, FMT_S0, 0, {DN0}}, 745 { "extbu", 0x14, 0xfc, 0, FMT_S0, 0, {DN0}}, 749 { "exth", 0x18, 0xfc, 0, FMT_S0, 0, {DN0}}, 753 { "exthu", 0x1c, 0xfc, 0, FMT_S0, 0, {DN0}}, 761 { "clr", 0x00, 0xf3, 0, FMT_S0, 0, {DN1}}, [all …]
|
D | m10300-dis.c | 48 if (op->format == FMT_S0) in disassemble()
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | mn10300.h | 146 #define FMT_S0 1 macro
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mn10300.c | 1826 if (opcode->format == FMT_S0) in md_assemble() 1952 if (opcode->format == FMT_S0 in md_assemble()
|