Lines Matching refs:abreg
87 unsigned char byte1, abreg; in unw_decode_x1() local
93 abreg = (byte1 & 0x7f); in unw_decode_x1()
95 UNW_DEC_SPILL_SPREL(X1, t, abreg, off, arg); in unw_decode_x1()
97 UNW_DEC_SPILL_PSPREL(X1, t, abreg, off, arg); in unw_decode_x1()
104 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local
109 abreg = (byte1 & 0x7f); in unw_decode_x2()
113 UNW_DEC_RESTORE(X2, t, abreg, arg); in unw_decode_x2()
115 UNW_DEC_SPILL_REG(X2, t, abreg, x, ytreg, arg); in unw_decode_x2()
122 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local
130 abreg = (byte2 & 0x7f); in unw_decode_x3()
133 UNW_DEC_SPILL_SPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3()
135 UNW_DEC_SPILL_PSPREL_P(X3, qp, t, abreg, off, arg); in unw_decode_x3()
142 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
149 abreg = (byte2 & 0x7f); in unw_decode_x4()
154 UNW_DEC_RESTORE_P(X4, qp, t, abreg, arg); in unw_decode_x4()
156 UNW_DEC_SPILL_REG_P(X4, qp, t, abreg, x, ytreg, arg); in unw_decode_x4()