Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dm10300-opc.c448 { "mov", 0x8000, 0xf000, 0, FMT_S1, 0, {SIMM8, DN01}},
452 { "mov", 0x9000, 0xf000, 0, FMT_S1, 0, {IMM8, AN01}},
461 { "mov", 0x5800, 0xfcff, 0, FMT_S1, 0, {MEM(SP), DN0}},
464 { "mov", 0x5c00, 0xfcff, 0, FMT_S1, 0, {MEM(SP), AN0}},
467 { "mov", 0x4200, 0xf3ff, 0, FMT_S1, 0, {DM1, MEM(SP)}},
470 { "mov", 0x4300, 0xf3ff, 0, FMT_S1, 0, {AM1, MEM(SP)}},
472 { "mov", 0x5c00, 0xfc00, 0, FMT_S1, 0, {MEM2(IMM8, SP), AN0}},
475 { "mov", 0x5800, 0xfc00, 0, FMT_S1, 0, {MEM2(IMM8, SP), DN0}},
482 { "mov", 0x4300, 0xf300, 0, FMT_S1, 0, {AM1, MEM2(IMM8, SP)}},
485 { "mov", 0x4200, 0xf300, 0, FMT_S1, 0, {DM1, MEM2(IMM8, SP)}},
[all …]
Dm10300-dis.c50 else if (op->format == FMT_S1 in disassemble()
86 if (op->format == FMT_D1 || op->format == FMT_S1) in disassemble()
/toolchain/binutils/binutils-2.27/include/opcode/
Dmn10300.h147 #define FMT_S1 2 macro
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mn10300.c1698 if (opcode->format == FMT_D1 || opcode->format == FMT_S1) in md_assemble()
1829 if (opcode->format == FMT_S1 || opcode->format == FMT_D0) in md_assemble()
1953 || opcode->format == FMT_S1 in md_assemble()