6 references to ShiftLowerToUpper
System.IO.Hashing (6)
System\IO\Hashing\Crc32ParameterSet.Vectorized.cs (2)
222x1 ^= ShiftLowerToUpper(Vector128.CreateScalar((ulong)crc << 32)); 246x1 ^= ShiftLowerToUpper(Vector128.CreateScalar((ulong)crc << 32));
System\IO\Hashing\Crc64ParameterSet.Vectorized.cs (4)
142Vector128<ulong> shifted = ShiftLowerToUpper(x1); 225x1 ^= ShiftLowerToUpper(Vector128.CreateScalar(crc)); 249x1 ^= ShiftLowerToUpper(Vector128.CreateScalar(crc)); 264Vector128.CreateScalar(_k4)) ^ ShiftLowerToUpper(x1);