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

  /external/libunwind/src/ia64/
unwind_decoder.h 245 case 0: UNW_DEC_REG_GR(P3, UNW_REG_PSP, dst, arg); break;
246 case 1: UNW_DEC_REG_GR(P3, UNW_REG_RP, dst, arg); break;
247 case 2: UNW_DEC_REG_GR(P3, UNW_REG_PFS, dst, arg); break;
248 case 3: UNW_DEC_REG_GR(P3, UNW_REG_PR, dst, arg); break;
249 case 4: UNW_DEC_REG_GR(P3, UNW_REG_UNAT, dst, arg); break;
250 case 5: UNW_DEC_REG_GR(P3, UNW_REG_LC, dst, arg); break;
252 case 7: UNW_DEC_REG_GR(P3, UNW_REG_RNAT, dst, arg); break;
253 case 8: UNW_DEC_REG_GR(P3, UNW_REG_BSP, dst, arg); break;
254 case 9: UNW_DEC_REG_GR(P3, UNW_REG_BSPSTORE, dst, arg); break;
255 case 10: UNW_DEC_REG_GR(P3, UNW_REG_FPSR, dst, arg); break
    [all...]
Gparser.c 655 #define UNW_DEC_REG_GR(fmt,r,d,arg) desc_reg_gr(r,d,arg)

Completed in 54 milliseconds