Lines Matching refs:byte2
105 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local
108 byte1 = *dp++; byte2 = *dp++; in unw_decode_x2()
111 ytreg = byte2; in unw_decode_x2()
123 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local
126 byte1 = *dp++; byte2 = *dp++; in unw_decode_x3()
131 abreg = (byte2 & 0x7f); in unw_decode_x3()
143 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
146 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; in unw_decode_x4()
150 abreg = (byte2 & 0x7f); in unw_decode_x4()
151 x = (byte2 >> 7) & 1; in unw_decode_x4()
154 if ((byte2 & 0x80) == 0 && byte3 == 0) in unw_decode_x4()
243 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local
245 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; in unw_decode_p2_p5()
247 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3; in unw_decode_p2_p5()
271 unsigned char r, byte1, byte2; in unw_decode_p7_p10() local
338 byte1 = *dp++; byte2 = *dp++; in unw_decode_p7_p10()
339 UNW_DEC_GR_GR(P9, (byte1 & 0xf), (byte2 & 0x7f), arg); in unw_decode_p7_p10()
343 byte1 = *dp++; byte2 = *dp++; in unw_decode_p7_p10()
344 UNW_DEC_ABI(P10, byte1, byte2, arg); in unw_decode_p7_p10()