HomeSort by: relevance | last modified time | path
    Searched defs:dlx_aluI_opcode (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
dlx-dis.c 274 dlx_aluI_opcode[] =
304 (sizeof dlx_aluI_opcode) / (sizeof dlx_aluI_opcode[0]);
308 if (dlx_aluI_opcode[idx].opcode == opc)
310 (*info->fprintf_func) (info->stream, "%s", dlx_aluI_opcode[idx].name);
311 operand_deliminator (info, dlx_aluI_opcode[idx].name);
  /src/external/gpl3/binutils.old/dist/opcodes/
dlx-dis.c 274 dlx_aluI_opcode[] =
304 (sizeof dlx_aluI_opcode) / (sizeof dlx_aluI_opcode[0]);
308 if (dlx_aluI_opcode[idx].opcode == opc)
310 (*info->fprintf_func) (info->stream, "%s", dlx_aluI_opcode[idx].name);
311 operand_deliminator (info, dlx_aluI_opcode[idx].name);
  /src/external/gpl3/gdb/dist/opcodes/
dlx-dis.c 274 dlx_aluI_opcode[] =
304 (sizeof dlx_aluI_opcode) / (sizeof dlx_aluI_opcode[0]);
308 if (dlx_aluI_opcode[idx].opcode == opc)
310 (*info->fprintf_func) (info->stream, "%s", dlx_aluI_opcode[idx].name);
311 operand_deliminator (info, dlx_aluI_opcode[idx].name);
  /src/external/gpl3/gdb.old/dist/opcodes/
dlx-dis.c 274 dlx_aluI_opcode[] =
304 (sizeof dlx_aluI_opcode) / (sizeof dlx_aluI_opcode[0]);
308 if (dlx_aluI_opcode[idx].opcode == opc)
310 (*info->fprintf_func) (info->stream, "%s", dlx_aluI_opcode[idx].name);
311 operand_deliminator (info, dlx_aluI_opcode[idx].name);

Completed in 24 milliseconds