Lines Matching refs:byte3
617 UInt byte3 = 0x80 | klmnop; in s390_do_cu41() local
619 retval = (byte1 << 16) | (byte2 << 8) | byte3; in s390_do_cu41()
629 UInt byte3 = 0x80 | ijklmn; in s390_do_cu41() local
632 retval = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte4; in s390_do_cu41()
699 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, in s390_do_cu12_cu14_helper2() argument
737 (byte3 < 0x80 || byte3 > 0xbf)) { in s390_do_cu12_cu14_helper2()
745 (byte3 < 0x80 || byte3 > 0xbf)) { in s390_do_cu12_cu14_helper2()
752 (byte3 < 0x80 || byte3 > 0xbf)) { in s390_do_cu12_cu14_helper2()
762 UInt klmnop = byte3 & 0x3f; in s390_do_cu12_cu14_helper2()
774 (byte3 < 0x80 || byte3 > 0xbf) || in s390_do_cu12_cu14_helper2()
782 (byte3 < 0x80 || byte3 > 0xbf) || in s390_do_cu12_cu14_helper2()
790 (byte3 < 0x80 || byte3 > 0xbf) || in s390_do_cu12_cu14_helper2()
803 UInt ij = (byte3 >> 4) & 0x3; in s390_do_cu12_cu14_helper2()
804 UInt klmn = byte3 & 0xf; in s390_do_cu12_cu14_helper2()
831 s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, in s390_do_cu12_helper2() argument
834 return s390_do_cu12_cu14_helper2(byte1, byte2, byte3, byte4, stuff, in s390_do_cu12_helper2()
839 s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, in s390_do_cu14_helper2() argument
842 return s390_do_cu12_cu14_helper2(byte1, byte2, byte3, byte4, stuff, in s390_do_cu14_helper2()