Searched defs:abreg (Results 1 - 2 of 2) sorted by relevance

/external/libunwind/src/ia64/
H A Dunwind_decoder.h75 * UNW_DEC_RESTORE(fmt,t,abreg,arg)
76 * UNW_DEC_RESTORE_P(fmt,qp,t,abreg,arg)
79 * UNW_DEC_SPILL_PSPREL(fmt,t,abreg,pspoff,arg)
80 * UNW_DEC_SPILL_PSPREL_P(fmt,qp,t,abreg,pspoff,arg)
81 * UNW_DEC_SPILL_REG(fmt,t,abreg,x,ytreg,arg)
82 * UNW_DEC_SPILL_REG_P(fmt,qp,t,abreg,x,ytreg,arg)
83 * UNW_DEC_SPILL_SPREL(fmt,t,abreg,spoff,arg)
84 * UNW_DEC_SPILL_SPREL_P(fmt,qp,t,abreg,pspoff,arg)
109 unsigned char byte1, abreg; local
115 abreg
126 unsigned char byte1, byte2, abreg, x, ytreg; local
144 unsigned char byte1, byte2, abreg, qp; local
164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
[all...]
H A DGparser.c113 decode_abreg (unsigned char abreg, int memory) argument
115 switch (abreg)
118 return IA64_REG_R4 + (abreg - 0x04);
120 return IA64_REG_F2 + (abreg - 0x22);
122 return IA64_REG_F16 + (abreg - 0x30);
124 return IA64_REG_B1 + (abreg - 0x41);
150 Dprintf ("libunwind: bad abreg=0x%x\n", abreg);
560 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, argument
568 r = sr->curr.reg + decode_abreg (abreg,
575 desc_spill_reg_p(unsigned char qp, unw_word t, unsigned char abreg, unsigned char x, unsigned char ytreg, struct ia64_state_record *sr) argument
597 desc_spill_psprel_p(unsigned char qp, unw_word t, unsigned char abreg, unw_word pspoff, struct ia64_state_record *sr) argument
612 desc_spill_sprel_p(unsigned char qp, unw_word t, unsigned char abreg, unw_word spoff, struct ia64_state_record *sr) argument
[all...]

Completed in 117 milliseconds