Home | History | Annotate | Download | only in priv

Lines Matching defs:byte1

560       UInt byte1  = (0xc0 | fghij);
563 retval = (byte1 << 8) | byte2;
570 UInt byte1 = 0xe0 | abcd;
574 retval = (byte1 << 16) | (byte2 << 8) | byte3;
582 UInt byte1 = 0xf0 | uvw;
587 retval = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte4;
640 /* The function performs a CU12 or CU14 operation. BYTE1, BYTE2, etc are the
641 bytes as read from the input stream, left to right. BYTE1 is a valid
654 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
666 retval = byte1;
679 UInt fghij = byte1 & 0x1f;
690 if (byte1 == 0xe0) {
697 if ((byte1 >= 0xe1 && byte1 <= 0xec) ||
698 byte1 == 0xee || byte1 == 0xef) {
705 if (byte1 == 0xed) {
715 UInt abcd = byte1 & 0xf;
727 if (byte1 == 0xf0) {
735 if (byte1 == 0xf1 || byte1 == 0xf2 || byte1 == 0xf3) {
743 if (byte1 == 0xf4) {
754 UInt uvw = byte1 & 0x7;
786 s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
789 return s390_do_cu12_cu14_helper2(byte1, byte2, byte3, byte4, stuff,
794 s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
797 return s390_do_cu12_cu14_helper2(byte1, byte2, byte3, byte4, stuff,