Searched refs:FMT_S2 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | mn10300.h | 148 #define FMT_S2 3 macro
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | m10300-opc.c | 462 { "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 …]
|
D | m10300-dis.c | 53 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/ |
D | tc-mn10300.c | 1702 || 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()
|