HomeSort by relevance Sort by last modified time
    Searched refs:UNW_DEC_REG_PSPREL (Results 1 - 3 of 3) sorted by null

  /external/libunwind/src/ia64/
unwind_decoder.h 71 * UNW_DEC_REG_PSPREL(fmt,reg,pspoff,arg)
310 case 5: UNW_DEC_REG_PSPREL(P7, UNW_REG_RP, t, arg); break;
312 case 7: UNW_DEC_REG_PSPREL(P7, UNW_REG_PFS, t, arg); break;
314 case 9: UNW_DEC_REG_PSPREL(P7, UNW_REG_PR, t, arg); break;
316 case 11: UNW_DEC_REG_PSPREL(P7, UNW_REG_LC, t, arg); break;
318 case 13: UNW_DEC_REG_PSPREL(P7, UNW_REG_UNAT, t, arg); break;
320 case 15: UNW_DEC_REG_PSPREL(P7, UNW_REG_FPSR, t, arg); break;
341 case 8: UNW_DEC_REG_PSPREL(P8, UNW_REG_BSP, t, arg); break;
344 case 11: UNW_DEC_REG_PSPREL(P8, UNW_REG_BSPSTORE, t, arg); break;
347 case 14: UNW_DEC_REG_PSPREL(P8, UNW_REG_RNAT, t, arg); break
    [all...]
Gparser.c 656 #define UNW_DEC_REG_PSPREL(fmt,r,o,arg) desc_reg_psprel(r,o,arg)
  /toolchain/binutils/binutils-2.27/binutils/
unwind-ia64.c 291 #define UNW_DEC_REG_PSPREL(fmt, reg, pspoff, arg) \
528 * UNW_DEC_REG_PSPREL(fmt,reg,pspoff,arg)
827 UNW_DEC_REG_PSPREL ("P7", UNW_REG_RP, t, arg);
833 UNW_DEC_REG_PSPREL ("P7", UNW_REG_PFS, t, arg);
839 UNW_DEC_REG_PSPREL ("P7", UNW_REG_PR, t, arg);
845 UNW_DEC_REG_PSPREL ("P7", UNW_REG_LC, t, arg);
851 UNW_DEC_REG_PSPREL ("P7", UNW_REG_UNAT, t, arg);
857 UNW_DEC_REG_PSPREL ("P7", UNW_REG_FPSR, t, arg);
896 UNW_DEC_REG_PSPREL ("P8", UNW_REG_BSP, t, arg);
905 UNW_DEC_REG_PSPREL ("P8", UNW_REG_BSPSTORE, t, arg)
    [all...]

Completed in 86 milliseconds