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

  /src/external/gpl3/gdb/dist/gdb/
rs6000-tdep.c 1220 #define SIGNED_SHORT(x) \
1679 fdata->fpr_offset = SIGNED_SHORT (op) + offset;
1700 fdata->gpr_offset = SIGNED_SHORT (op) + offset;
1763 fdata->lr_offset += SIGNED_SHORT (op);
1779 fdata->cr_offset += SIGNED_SHORT (op);
1857 fdata->offset = SIGNED_SHORT (op);
1871 fdata->offset = SIGNED_SHORT (op & ~3UL);
1878 fdata->offset += SIGNED_SHORT (op);
1967 fdata->vrsave_offset = SIGNED_SHORT (op) + offset;
1990 vr_saved_offset = SIGNED_SHORT (op)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-tdep.c 1220 #define SIGNED_SHORT(x) \
1679 fdata->fpr_offset = SIGNED_SHORT (op) + offset;
1700 fdata->gpr_offset = SIGNED_SHORT (op) + offset;
1763 fdata->lr_offset += SIGNED_SHORT (op);
1779 fdata->cr_offset += SIGNED_SHORT (op);
1857 fdata->offset = SIGNED_SHORT (op);
1871 fdata->offset = SIGNED_SHORT (op & ~3UL);
1878 fdata->offset += SIGNED_SHORT (op);
1967 fdata->vrsave_offset = SIGNED_SHORT (op) + offset;
1990 vr_saved_offset = SIGNED_SHORT (op)
    [all...]

Completed in 27 milliseconds