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

  /src/external/gpl3/binutils/dist/opcodes/
dlx-dis.c 369 dlx_jmp_opcode[] = local
378 (sizeof dlx_jmp_opcode) / (sizeof dlx_jmp_opcode[0]);
382 if (dlx_jmp_opcode[idx].opcode == opc)
389 (*info->fprintf_func) (info->stream, "%s", dlx_jmp_opcode[idx].name);
390 operand_deliminator (info, dlx_jmp_opcode[idx].name);
  /src/external/gpl3/binutils.old/dist/opcodes/
dlx-dis.c 369 dlx_jmp_opcode[] = local
378 (sizeof dlx_jmp_opcode) / (sizeof dlx_jmp_opcode[0]);
382 if (dlx_jmp_opcode[idx].opcode == opc)
389 (*info->fprintf_func) (info->stream, "%s", dlx_jmp_opcode[idx].name);
390 operand_deliminator (info, dlx_jmp_opcode[idx].name);
  /src/external/gpl3/gdb/dist/opcodes/
dlx-dis.c 369 dlx_jmp_opcode[] = local
378 (sizeof dlx_jmp_opcode) / (sizeof dlx_jmp_opcode[0]);
382 if (dlx_jmp_opcode[idx].opcode == opc)
389 (*info->fprintf_func) (info->stream, "%s", dlx_jmp_opcode[idx].name);
390 operand_deliminator (info, dlx_jmp_opcode[idx].name);
  /src/external/gpl3/gdb.old/dist/opcodes/
dlx-dis.c 369 dlx_jmp_opcode[] = local
378 (sizeof dlx_jmp_opcode) / (sizeof dlx_jmp_opcode[0]);
382 if (dlx_jmp_opcode[idx].opcode == opc)
389 (*info->fprintf_func) (info->stream, "%s", dlx_jmp_opcode[idx].name);
390 operand_deliminator (info, dlx_jmp_opcode[idx].name);

Completed in 29 milliseconds