Lines Matching refs:abreg
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()
155 UNW_DEC_SPILL_SPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3()
157 UNW_DEC_SPILL_PSPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3()
164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
171 abreg = (byte2 & 0x7f); in unw_decode_x4()
176 UNW_DEC_RESTORE_P(X4, qp, t, abreg, arg); in unw_decode_x4()
178 UNW_DEC_SPILL_REG_P(X4, qp, t, abreg, x, ytreg, arg); in unw_decode_x4()