Lines Matching refs:byte4
630 UInt byte4 = 0x80 | opqrst; 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
775 (byte4 < 0x80 || byte4 > 0xbf)) { in s390_do_cu12_cu14_helper2()
783 (byte4 < 0x80 || byte4 > 0xbf)) { in s390_do_cu12_cu14_helper2()
791 (byte4 < 0x80 || byte4 > 0xbf)) { in s390_do_cu12_cu14_helper2()
805 UInt opqrst = byte4 & 0x3f; 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()