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

  /src/external/gpl3/binutils/dist/opcodes/
ppc-dis.c 455 static unsigned short spe2_opcd_indices[SPE2_OPCD_SEGS + 1]; variable
533 spe2_opcd_indices[seg] = idx;
853 opcode_end = spe2_opcodes + spe2_opcd_indices[seg + 1];
854 for (opcode = spe2_opcodes + spe2_opcd_indices[seg];
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-dis.c 444 static unsigned short spe2_opcd_indices[SPE2_OPCD_SEGS + 1]; variable
522 spe2_opcd_indices[seg] = idx;
842 opcode_end = spe2_opcodes + spe2_opcd_indices[seg + 1];
843 for (opcode = spe2_opcodes + spe2_opcd_indices[seg];
  /src/external/gpl3/gdb/dist/opcodes/
ppc-dis.c 444 static unsigned short spe2_opcd_indices[SPE2_OPCD_SEGS + 1]; variable
522 spe2_opcd_indices[seg] = idx;
832 opcode_end = spe2_opcodes + spe2_opcd_indices[seg + 1];
833 for (opcode = spe2_opcodes + spe2_opcd_indices[seg];
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-dis.c 444 static unsigned short spe2_opcd_indices[SPE2_OPCD_SEGS + 1]; variable
522 spe2_opcd_indices[seg] = idx;
832 opcode_end = spe2_opcodes + spe2_opcd_indices[seg + 1];
833 for (opcode = spe2_opcodes + spe2_opcd_indices[seg];

Completed in 28 milliseconds