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

  /src/external/gpl3/binutils/dist/opcodes/
ppc-dis.c 447 static unsigned short powerpc_opcd_indices[PPC_OPCD_SEGS + 1]; variable
487 if (powerpc_opcd_indices[PPC_OPCD_SEGS] == 0)
494 powerpc_opcd_indices[seg] = idx;
657 opcode_end = powerpc_opcodes + powerpc_opcd_indices[op + 1];
658 for (opcode = powerpc_opcodes + powerpc_opcd_indices[op];
ppc-dis.c 447 static unsigned short powerpc_opcd_indices[PPC_OPCD_SEGS + 1]; variable
487 if (powerpc_opcd_indices[PPC_OPCD_SEGS] == 0)
494 powerpc_opcd_indices[seg] = idx;
657 opcode_end = powerpc_opcodes + powerpc_opcd_indices[op + 1];
658 for (opcode = powerpc_opcodes + powerpc_opcd_indices[op];
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-dis.c 436 static unsigned short powerpc_opcd_indices[PPC_OPCD_SEGS + 1]; variable
476 if (powerpc_opcd_indices[PPC_OPCD_SEGS] == 0)
483 powerpc_opcd_indices[seg] = idx;
646 opcode_end = powerpc_opcodes + powerpc_opcd_indices[op + 1];
647 for (opcode = powerpc_opcodes + powerpc_opcd_indices[op];
ppc-dis.c 436 static unsigned short powerpc_opcd_indices[PPC_OPCD_SEGS + 1]; variable
476 if (powerpc_opcd_indices[PPC_OPCD_SEGS] == 0)
483 powerpc_opcd_indices[seg] = idx;
646 opcode_end = powerpc_opcodes + powerpc_opcd_indices[op + 1];
647 for (opcode = powerpc_opcodes + powerpc_opcd_indices[op];
  /src/external/gpl3/gdb/dist/opcodes/
ppc-dis.c 436 static unsigned short powerpc_opcd_indices[PPC_OPCD_SEGS + 1]; variable
476 if (powerpc_opcd_indices[PPC_OPCD_SEGS] == 0)
483 powerpc_opcd_indices[seg] = idx;
636 opcode_end = powerpc_opcodes + powerpc_opcd_indices[op + 1];
637 for (opcode = powerpc_opcodes + powerpc_opcd_indices[op];
ppc-dis.c 436 static unsigned short powerpc_opcd_indices[PPC_OPCD_SEGS + 1]; variable
476 if (powerpc_opcd_indices[PPC_OPCD_SEGS] == 0)
483 powerpc_opcd_indices[seg] = idx;
636 opcode_end = powerpc_opcodes + powerpc_opcd_indices[op + 1];
637 for (opcode = powerpc_opcodes + powerpc_opcd_indices[op];
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-dis.c 436 static unsigned short powerpc_opcd_indices[PPC_OPCD_SEGS + 1]; variable
476 if (powerpc_opcd_indices[PPC_OPCD_SEGS] == 0)
483 powerpc_opcd_indices[seg] = idx;
636 opcode_end = powerpc_opcodes + powerpc_opcd_indices[op + 1];
637 for (opcode = powerpc_opcodes + powerpc_opcd_indices[op];
ppc-dis.c 436 static unsigned short powerpc_opcd_indices[PPC_OPCD_SEGS + 1]; variable
476 if (powerpc_opcd_indices[PPC_OPCD_SEGS] == 0)
483 powerpc_opcd_indices[seg] = idx;
636 opcode_end = powerpc_opcodes + powerpc_opcd_indices[op + 1];
637 for (opcode = powerpc_opcodes + powerpc_opcd_indices[op];

Completed in 48 milliseconds