HomeSort by relevance Sort by last modified time
    Searched refs:FMT_3 (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
mn10200.h 107 #define FMT_3 3
cr16.h 187 #define FMT_3 (1 << 11) /* 0xFFF00F00 */
190 #define FMT_CR16 (FMT_1 | FMT_2 | FMT_3 | FMT_4 | FMT_5)
crx.h 193 #define FMT_3 (1 << 11) /* 0xFFF00F00 */
196 #define FMT_CRX (FMT_1 | FMT_2 | FMT_3 | FMT_4 | FMT_5)
  /toolchain/binutils/binutils-2.25/opcodes/
m10200-opc.c 181 { "mov", 0xc80000, 0xfc0000, FMT_3, {MEM(IMM16_MEM), DN0}},
195 { "mov", 0xc00000, 0xfc0000, FMT_3, {DN0, MEM(IMM16_MEM)}},
204 { "mov", 0xf80000, 0xfc0000, FMT_3, {SIMM16, DN0}},
206 { "mov", 0xdc0000, 0xfc0000, FMT_3, {IMM16, AN0}},
226 { "movb", 0xc40000, 0xfc0000, FMT_3, {DN0, MEM(IMM16_MEM)}},
234 { "movbu", 0xcc0000, 0xfc0000, FMT_3, {MEM(IMM16_MEM), DN0}},
278 { "cmp", 0xec0000, 0xfc0000, FMT_3, {IMM16, AN0}},
334 { "jmp", 0xfc0000, 0xff0000, FMT_3, {IMM16_PCREL}},
337 { "jsr", 0xfd0000, 0xff0000, FMT_3, {IMM16_PCREL}},
m10200-dis.c 48 else if (op->format == FMT_3
60 else if (op->format == FMT_3
crx-opc.c 159 {NAME, 2, ((0x300+OPC1)<<12)+C4, 8, CMPBR_INS | FMT_3| RELAXABLE, \
162 {NAME, 3, ((0x310+OPC1)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE, \
165 {NAME, 2, ((0x300+OPC2)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE, \
168 {NAME, 3, ((0x310+OPC2)<<12)+C4, 8, CMPBR_INS | FMT_3 | RELAXABLE, \
crx-dis.c 333 case FMT_3:
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mn10200.c 1062 else if (opcode->format == FMT_3 || opcode->format == FMT_6
1153 else if (opcode->format == FMT_3 || opcode->format == FMT_5)
1225 if (opcode->format == FMT_3)

Completed in 1294 milliseconds