Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dmn10300.h148 #define FMT_S2 3 macro
/toolchain/binutils/binutils-2.27/opcodes/
Dm10300-opc.c462 { "mov", 0x300000, 0xfc0000, 0, FMT_S2, 0, {MEM(IMM16_MEM), DN0}},
468 { "mov", 0x010000, 0xf30000, 0, FMT_S2, 0, {DM1, MEM(IMM16_MEM)}},
537 { "mov", 0x2c0000, 0xfc0000, 0, FMT_S2, 0, {SIMM16, DN0}},
539 { "mov", 0x240000, 0xfc0000, 0, FMT_S2, 0, {IMM16, AN0}},
642 { "movbu", 0x340000, 0xfc0000, 0, FMT_S2, 0, {MEM(IMM16_MEM), DN0}},
650 { "movbu", 0x020000, 0xf30000, 0, FMT_S2, 0, {DM1, MEM(IMM16_MEM)}},
689 { "movhu", 0x380000, 0xfc0000, 0, FMT_S2, 0, {MEM(IMM16_MEM), DN0}},
697 { "movhu", 0x030000, 0xf30000, 0, FMT_S2, 0, {DM1, MEM(IMM16_MEM)}},
1008 { "jmp", 0xcc0000, 0xff0000, 0, FMT_S2, 0, {IMM16_PCREL}},
1016 { "ret", 0xdf0000, 0xff0000, 0, FMT_S2, 0, {REGS_SHIFT8, IMM8}},
[all …]
Dm10300-dis.c53 else if (op->format == FMT_S2 in disassemble()
89 || op->format == FMT_S2 || op->format == FMT_S4 in disassemble()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mn10300.c1702 || opcode->format == FMT_S2 in md_assemble()
1832 if (opcode->format == FMT_S2 || opcode->format == FMT_D1) in md_assemble()
1962 else if (opcode->format == FMT_S2 in md_assemble()
1970 else if (opcode->format == FMT_S2) in md_assemble()