Searched refs:UNW_DEC_REG_PSPREL (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Dunwind-ia64.c288 #define UNW_DEC_REG_PSPREL(fmt, reg, pspoff, arg) \ macro
517 * UNW_DEC_REG_PSPREL(fmt,reg,pspoff,arg)
839 UNW_DEC_REG_PSPREL ("P7", UNW_REG_RP, t, arg);
845 UNW_DEC_REG_PSPREL ("P7", UNW_REG_PFS, t, arg);
851 UNW_DEC_REG_PSPREL ("P7", UNW_REG_PR, t, arg);
857 UNW_DEC_REG_PSPREL ("P7", UNW_REG_LC, t, arg);
863 UNW_DEC_REG_PSPREL ("P7", UNW_REG_UNAT, t, arg);
869 UNW_DEC_REG_PSPREL ("P7", UNW_REG_FPSR, t, arg);
908 UNW_DEC_REG_PSPREL ("P8", UNW_REG_BSP, t, arg);
917 UNW_DEC_REG_PSPREL ("P
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c960 #define UNW_DEC_REG_PSPREL(fmt,r,o,arg) desc_reg_psprel(r,o,arg)
1034 * UNW_DEC_REG_PSPREL(fmt,reg,pspoff,arg)
1281 case 5: UNW_DEC_REG_PSPREL(P7, UNW_REG_RP, t, arg); break;
1283 case 7: UNW_DEC_REG_PSPREL(P7, UNW_REG_PFS, t, arg); break;
1285 case 9: UNW_DEC_REG_PSPREL(P7, UNW_REG_PR, t, arg); break;
1287 case 11: UNW_DEC_REG_PSPREL(P7, UNW_REG_LC, t, arg); break;
1289 case 13: UNW_DEC_REG_PSPREL(P7, UNW_REG_UNAT, t, arg); break;
1291 case 15: UNW_DEC_REG_PSPREL(P7, UNW_REG_FPSR, t, arg); break;
1312 case 8: UNW_DEC_REG_PSPREL(P8, UNW_REG_BSP, t, arg); break;
1315 case 11: UNW_DEC_REG_PSPREL(P
957 #define UNW_DEC_REG_PSPREL macro
[all...]

Completed in 117 milliseconds