Searched refs:FMT_S1 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dmn10300.h147 #define FMT_S1 2
146 #define FMT_S1 macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A 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,
[all...]
H A Dm10300-dis.c50 else if (op->format == FMT_S1
86 if (op->format == FMT_D1 || op->format == FMT_S1)

Completed in 108 milliseconds