Searched refs:abreg (Results 1 – 2 of 2) sorted by relevance
/external/libunwind/src/ia64/ |
D | unwind_decoder.h | 109 unsigned char byte1, abreg; in unw_decode_x1() local 115 abreg = (byte1 & 0x7f); in unw_decode_x1() 117 UNW_DEC_SPILL_SPREL(X1, t, abreg, off, arg); in unw_decode_x1() 119 UNW_DEC_SPILL_PSPREL(X1, t, abreg, off, arg); in unw_decode_x1() 126 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local 131 abreg = (byte1 & 0x7f); in unw_decode_x2() 135 UNW_DEC_RESTORE(X2, t, abreg, arg); in unw_decode_x2() 137 UNW_DEC_SPILL_REG(X2, t, abreg, x, ytreg, arg); in unw_decode_x2() 144 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local 152 abreg = (byte2 & 0x7f); in unw_decode_x3() [all …]
|
D | Gparser.c | 113 decode_abreg (unsigned char abreg, int memory) in decode_abreg() argument 115 switch (abreg) in decode_abreg() 118 return IA64_REG_R4 + (abreg - 0x04); in decode_abreg() 120 return IA64_REG_F2 + (abreg - 0x22); in decode_abreg() 122 return IA64_REG_F16 + (abreg - 0x30); in decode_abreg() 124 return IA64_REG_B1 + (abreg - 0x41); in decode_abreg() 150 Dprintf ("libunwind: bad abreg=0x%x\n", abreg); in decode_abreg() 560 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, in desc_restore_p() argument 568 r = sr->curr.reg + decode_abreg (abreg, 0); in desc_restore_p() 575 desc_spill_reg_p (unsigned char qp, unw_word t, unsigned char abreg, in desc_spill_reg_p() argument [all …]
|