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

  /src/external/gpl3/binutils/dist/binutils/
unwind-ia64.c 170 #define UNW_REG_PFS "pfs"
503 * UNW_REG_PFS
790 UNW_DEC_REG_GR ("P3", UNW_REG_PFS, dst, arg);
897 UNW_DEC_REG_WHEN ("P7", UNW_REG_PFS, t, arg);
900 UNW_DEC_REG_PSPREL ("P7", UNW_REG_PFS, t, arg);
951 UNW_DEC_REG_SPREL ("P8", UNW_REG_PFS, t, arg);
  /src/external/gpl3/binutils.old/dist/binutils/
unwind-ia64.c 170 #define UNW_REG_PFS "pfs"
503 * UNW_REG_PFS
790 UNW_DEC_REG_GR ("P3", UNW_REG_PFS, dst, arg);
897 UNW_DEC_REG_WHEN ("P7", UNW_REG_PFS, t, arg);
900 UNW_DEC_REG_PSPREL ("P7", UNW_REG_PFS, t, arg);
951 UNW_DEC_REG_SPREL ("P8", UNW_REG_PFS, t, arg);
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
unwind-ia64.c 70 UNW_REG_PFS, /* previous function state */
233 UNW_REG_RP, UNW_REG_PFS, UNW_REG_PSP, UNW_REG_PR,
457 case 0x69: return UNW_REG_PFS;
1002 * UNW_REG_PFS
1214 case 2: UNW_DEC_REG_GR(P3, UNW_REG_PFS, dst, arg); break;
1278 case 6: UNW_DEC_REG_WHEN(P7, UNW_REG_PFS, t, arg); break;
1279 case 7: UNW_DEC_REG_PSPREL(P7, UNW_REG_PFS, t, arg); break;
1302 case 2: UNW_DEC_REG_SPREL(P8, UNW_REG_PFS, t, arg); break;
1905 if (fs->curr.reg[UNW_REG_PFS].when >= fs->when_target)
2034 case UNW_REG_PFS
    [all...]

Completed in 28 milliseconds