HomeSort by relevance Sort by last modified time
    Searched full:fmt_1 (Results 1 - 10 of 10) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
m10200-opc.c 168 { "mov", 0x80, 0xf0, FMT_1, {DN1, DM0}},
176 { "mov", 0x20, 0xf0, FMT_1, {MEM(AN1), DM0}},
190 { "mov", 0x00, 0xf0, FMT_1, {DM0, MEM(AN1)}},
221 { "movb", 0x10, 0xf0, FMT_1, {DM0, MEM(AN1)}},
229 { "movbu", 0x30, 0xf0, FMT_1, {MEM(AN1), DM0}},
238 { "extx", 0xb0, 0xfc, FMT_1, {DN0}},
239 { "extxu", 0xb4, 0xfc, FMT_1, {DN0}},
240 { "extxb", 0xb8, 0xfc, FMT_1, {DN0}},
241 { "extxbu", 0xbc, 0xfc, FMT_1, {DN0}},
243 { "add", 0x90, 0xf0, FMT_1, {DN1, DM0}}
    [all...]
crx-opc.c 359 {NAME, 2, ((0x8+OPC2)<<8)+0xE, 20, LD_STOR_INS | FMT_1 | REVERSE_MATCH, \
362 {NAME, 3, ((0x8+OPC2)<<8)+0xF, 20, LD_STOR_INS | FMT_1 | REVERSE_MATCH, \
388 {NAME, 2, ((0x8+OPC2)<<8)+0xE, 20, LD_STOR_INS | FMT_1, \
391 {NAME, 3, ((0x8+OPC2)<<8)+0xF, 20, LD_STOR_INS | FMT_1, \
m10200-dis.c 43 if (op->format == FMT_1)
crx-dis.c 327 case FMT_1:
  /external/mesa3d/src/gallium/drivers/r600/
r600_formats.h 42 #define FMT_1 0x00000025
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 85 int fmt_1 = 0; local
171 fmt_1 |= sz << (3 * i);
186 (rmesa->hw.vtx.cmd[VTX_VTXFMT_1] != fmt_1) ) {
190 rmesa->hw.vtx.cmd[VTX_VTXFMT_1] = fmt_1;
767 const GLuint fmt_1 = 0; local
778 || (rmesa->hw.vtx.cmd[VTX_VTXFMT_1] != fmt_1) ) {
782 rmesa->hw.vtx.cmd[VTX_VTXFMT_1] = fmt_1;
  /toolchain/binutils/binutils-2.25/include/opcode/
mn10200.h 105 #define FMT_1 1
cr16.h 185 #define FMT_1 (1 << 9) /* 0xF0F00000 */
190 #define FMT_CR16 (FMT_1 | FMT_2 | FMT_3 | FMT_4 | FMT_5)
crx.h 191 #define FMT_1 (1 << 9) /* 0xF0F00000 */
196 #define FMT_CRX (FMT_1 | FMT_2 | FMT_3 | FMT_4 | FMT_5)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mn10200.c 1149 if (opcode->format == FMT_1)

Completed in 827 milliseconds