6 references to ShiftLowerToUpper
System.IO.Hashing (6)
System\IO\Hashing\Crc32ParameterSet.Vectorized.cs (2)
230x1 ^= ShiftLowerToUpper(Vector128.CreateScalar((ulong)crc << 32)); 255x1 ^= ShiftLowerToUpper(Vector128.CreateScalar((ulong)crc << 32));
System\IO\Hashing\Crc64ParameterSet.Vectorized.cs (4)
148Vector128<ulong> shifted = ShiftLowerToUpper(x1); 233x1 ^= ShiftLowerToUpper(Vector128.CreateScalar(crc)); 258x1 ^= ShiftLowerToUpper(Vector128.CreateScalar(crc)); 275Vector128.CreateScalar(_k4)) ^ ShiftLowerToUpper(x1);