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

  /src/external/gpl3/binutils/dist/opcodes/
dlx-dis.c 241 dlx_store_opcode[] = local
248 (sizeof dlx_store_opcode) / (sizeof dlx_store_opcode[0]);
252 if (dlx_store_opcode[idx].opcode == opc)
254 (*info->fprintf_func) (info->stream, "%s", dlx_store_opcode[idx].name);
255 operand_deliminator (info, dlx_store_opcode[idx].name);
  /src/external/gpl3/binutils.old/dist/opcodes/
dlx-dis.c 241 dlx_store_opcode[] = local
248 (sizeof dlx_store_opcode) / (sizeof dlx_store_opcode[0]);
252 if (dlx_store_opcode[idx].opcode == opc)
254 (*info->fprintf_func) (info->stream, "%s", dlx_store_opcode[idx].name);
255 operand_deliminator (info, dlx_store_opcode[idx].name);
  /src/external/gpl3/gdb/dist/opcodes/
dlx-dis.c 241 dlx_store_opcode[] = local
248 (sizeof dlx_store_opcode) / (sizeof dlx_store_opcode[0]);
252 if (dlx_store_opcode[idx].opcode == opc)
254 (*info->fprintf_func) (info->stream, "%s", dlx_store_opcode[idx].name);
255 operand_deliminator (info, dlx_store_opcode[idx].name);
  /src/external/gpl3/gdb.old/dist/opcodes/
dlx-dis.c 241 dlx_store_opcode[] = local
248 (sizeof dlx_store_opcode) / (sizeof dlx_store_opcode[0]);
252 if (dlx_store_opcode[idx].opcode == opc)
254 (*info->fprintf_func) (info->stream, "%s", dlx_store_opcode[idx].name);
255 operand_deliminator (info, dlx_store_opcode[idx].name);

Completed in 25 milliseconds