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