Home
last modified time | relevance | path

Searched refs:FMT_S0 (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dm10300-opc.c449 { "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 …]
Dm10300-dis.c48 if (op->format == FMT_S0) in disassemble()
/toolchain/binutils/binutils-2.27/include/opcode/
Dmn10300.h146 #define FMT_S0 1 macro
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mn10300.c1826 if (opcode->format == FMT_S0) in md_assemble()
1952 if (opcode->format == FMT_S0 in md_assemble()