Lines Matching refs:byte2
126 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local
129 byte1 = *dp++; byte2 = *dp++; in unw_decode_x2()
132 ytreg = byte2; in unw_decode_x2()
144 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local
147 byte1 = *dp++; byte2 = *dp++; in unw_decode_x3()
152 abreg = (byte2 & 0x7f); in unw_decode_x3()
164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
167 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; in unw_decode_x4()
171 abreg = (byte2 & 0x7f); in unw_decode_x4()
172 x = (byte2 >> 7) & 1; in unw_decode_x4()
175 if ((byte2 & 0x80) == 0 && byte3 == 0) in unw_decode_x4()
264 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local
266 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; in unw_decode_p2_p5()
268 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3; in unw_decode_p2_p5()
292 unsigned char r, byte1, byte2; in unw_decode_p7_p10() local
359 byte1 = *dp++; byte2 = *dp++; in unw_decode_p7_p10()
360 UNW_DEC_GR_GR(P9, (byte1 & 0xf), (byte2 & 0x7f), arg); in unw_decode_p7_p10()
364 byte1 = *dp++; byte2 = *dp++; in unw_decode_p7_p10()
365 UNW_DEC_ABI(P10, byte1, byte2, arg); in unw_decode_p7_p10()