Searched refs:byte3 (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | unwind-ia64.c | 653 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local 658 byte3 = *dp++; in unw_decode_x4() 664 ytreg = byte3; in unw_decode_x4() 666 if ((byte2 & 0x80) == 0 && byte3 == 0) in unw_decode_x4() 783 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local 787 byte3 = *dp++; in unw_decode_p2_p5() 789 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3; in unw_decode_p2_p5()
|