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

/freebsd-11-stable/contrib/binutils/binutils/
H A Dunwind-ia64.c161 #define UNW_REG_BSPSTORE "bspstore" macro
486 * UNW_REG_BSPSTORE
763 UNW_DEC_REG_GR ("P3", UNW_REG_BSPSTORE, dst, arg);
914 UNW_DEC_REG_WHEN ("P8", UNW_REG_BSPSTORE, t, arg);
917 UNW_DEC_REG_PSPREL ("P8", UNW_REG_BSPSTORE, t, arg);
920 UNW_DEC_REG_SPREL ("P8", UNW_REG_BSPSTORE, t, arg);
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c80 UNW_REG_BSPSTORE, enumerator in enum:unw_register_index
457 case 0x65: return UNW_REG_BSPSTORE;
1003 * UNW_REG_BSPSTORE
1225 case 9: UNW_DEC_REG_GR(P3, UNW_REG_BSPSTORE, dst, arg); break;
1314 case 10: UNW_DEC_REG_WHEN(P8, UNW_REG_BSPSTORE, t, arg); break;
1315 case 11: UNW_DEC_REG_PSPREL(P8, UNW_REG_BSPSTORE, t, arg); break;
1316 case 12: UNW_DEC_REG_SPREL(P8, UNW_REG_BSPSTORE, t, arg); break;
1994 case UNW_REG_BSPSTORE:

Completed in 50 milliseconds