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

  /src/external/gpl3/binutils/dist/opcodes/
ppc-dis.c 450 #define VLE_OPCD_SEGS (1 + VLE_OP_TO_SEG (VLE_OP (-1, 0xffff)))
451 static unsigned short vle_opcd_indices[VLE_OPCD_SEGS + 1];
510 for (seg = 0, idx = 0; seg <= VLE_OPCD_SEGS; seg++)
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-dis.c 439 #define VLE_OPCD_SEGS (1 + VLE_OP_TO_SEG (VLE_OP (-1, 0xffff)))
440 static unsigned short vle_opcd_indices[VLE_OPCD_SEGS + 1];
499 for (seg = 0, idx = 0; seg <= VLE_OPCD_SEGS; seg++)
  /src/external/gpl3/gdb/dist/opcodes/
ppc-dis.c 439 #define VLE_OPCD_SEGS (1 + VLE_OP_TO_SEG (VLE_OP (-1, 0xffff)))
440 static unsigned short vle_opcd_indices[VLE_OPCD_SEGS + 1];
499 for (seg = 0, idx = 0; seg <= VLE_OPCD_SEGS; seg++)
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-dis.c 439 #define VLE_OPCD_SEGS (1 + VLE_OP_TO_SEG (VLE_OP (-1, 0xffff)))
440 static unsigned short vle_opcd_indices[VLE_OPCD_SEGS + 1];
499 for (seg = 0, idx = 0; seg <= VLE_OPCD_SEGS; seg++)

Completed in 28 milliseconds