5 references to ShiftRightBytesInVector
System.IO.Hashing (5)
System\IO\Hashing\Crc32ParameterSet.Vectorized.cs (4)
127x1 = ShiftRightBytesInVector(x1, 8) ^ 130ShiftRightBytesInVector(x1, 4); 265x1 = ShiftRightBytesInVector(x1, 4) & bitmask; 267x1 = ShiftRightBytesInVector(x1, 4) & bitmask;
System\IO\Hashing\Crc64ParameterSet.Vectorized.cs (1)
137x1 ^= ShiftRightBytesInVector(temp, 8);