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

  /src/external/gpl3/binutils/dist/opcodes/
dlx-dis.c 409 dlx_jr_opcode[] = local
415 (sizeof dlx_jr_opcode) / (sizeof dlx_jr_opcode[0]);
419 if (dlx_jr_opcode[idx].opcode == opc)
421 (*info->fprintf_func) (info->stream, "%s", dlx_jr_opcode[idx].name);
422 operand_deliminator (info, dlx_jr_opcode[idx].name);
  /src/external/gpl3/binutils.old/dist/opcodes/
dlx-dis.c 409 dlx_jr_opcode[] = local
415 (sizeof dlx_jr_opcode) / (sizeof dlx_jr_opcode[0]);
419 if (dlx_jr_opcode[idx].opcode == opc)
421 (*info->fprintf_func) (info->stream, "%s", dlx_jr_opcode[idx].name);
422 operand_deliminator (info, dlx_jr_opcode[idx].name);
  /src/external/gpl3/gdb/dist/opcodes/
dlx-dis.c 409 dlx_jr_opcode[] = local
415 (sizeof dlx_jr_opcode) / (sizeof dlx_jr_opcode[0]);
419 if (dlx_jr_opcode[idx].opcode == opc)
421 (*info->fprintf_func) (info->stream, "%s", dlx_jr_opcode[idx].name);
422 operand_deliminator (info, dlx_jr_opcode[idx].name);
  /src/external/gpl3/gdb.old/dist/opcodes/
dlx-dis.c 409 dlx_jr_opcode[] = local
415 (sizeof dlx_jr_opcode) / (sizeof dlx_jr_opcode[0]);
419 if (dlx_jr_opcode[idx].opcode == opc)
421 (*info->fprintf_func) (info->stream, "%s", dlx_jr_opcode[idx].name);
422 operand_deliminator (info, dlx_jr_opcode[idx].name);

Completed in 28 milliseconds