Searched refs:UNW_DEC_REG_SPREL (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | unwind-ia64.c | 287 #define UNW_DEC_REG_SPREL(fmt, reg, spoff, arg) \ macro 836 UNW_DEC_REG_SPREL ("P7", UNW_REG_PSP, t, arg); in unw_decode_p7_p10() 890 UNW_DEC_REG_SPREL ("P8", UNW_REG_RP, t, arg); in unw_decode_p7_p10() 893 UNW_DEC_REG_SPREL ("P8", UNW_REG_PFS, t, arg); in unw_decode_p7_p10() 896 UNW_DEC_REG_SPREL ("P8", UNW_REG_PR, t, arg); in unw_decode_p7_p10() 899 UNW_DEC_REG_SPREL ("P8", UNW_REG_LC, t, arg); in unw_decode_p7_p10() 902 UNW_DEC_REG_SPREL ("P8", UNW_REG_UNAT, t, arg); in unw_decode_p7_p10() 905 UNW_DEC_REG_SPREL ("P8", UNW_REG_FPSR, t, arg); in unw_decode_p7_p10() 914 UNW_DEC_REG_SPREL ("P8", UNW_REG_BSP, t, arg); in unw_decode_p7_p10() 923 UNW_DEC_REG_SPREL ("P8", UNW_REG_BSPSTORE, t, arg); in unw_decode_p7_p10() [all …]
|