Home | History | Annotate | Download | only in ia64

Lines Matching refs:abreg

75  *	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;
115 abreg = (byte1 & 0x7f);
117 UNW_DEC_SPILL_SPREL(X1, t, abreg, off, arg);
119 UNW_DEC_SPILL_PSPREL(X1, t, abreg, off, arg);
126 unsigned char byte1, byte2, abreg, x, ytreg;
131 abreg = (byte1 & 0x7f);
135 UNW_DEC_RESTORE(X2, t, abreg, arg);
137 UNW_DEC_SPILL_REG(X2, t, abreg, x, ytreg, arg);
144 unsigned char byte1, byte2, abreg, qp;
152 abreg = (byte2 & 0x7f);
155 UNW_DEC_SPILL_SPREL_P(X3, qp, t, abreg, off, arg);
157 UNW_DEC_SPILL_PSPREL_P(X3, qp, t, abreg, off, arg);
164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg;
171 abreg = (byte2 & 0x7f);
176 UNW_DEC_RESTORE_P(X4, qp, t, abreg, arg);
178 UNW_DEC_SPILL_REG_P(X4, qp, t, abreg, x, ytreg, arg);