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