5 references to ShiftRightBytesInVector
System.IO.Hashing (5)
System\IO\Hashing\Crc32ParameterSet.Vectorized.cs (4)
133
x1 =
ShiftRightBytesInVector
(x1, 8) ^
136
ShiftRightBytesInVector
(x1, 4);
276
x1 =
ShiftRightBytesInVector
(x1, 4) & bitmask;
278
x1 =
ShiftRightBytesInVector
(x1, 4) & bitmask;
System\IO\Hashing\Crc64ParameterSet.Vectorized.cs (1)
143
x1 ^=
ShiftRightBytesInVector
(temp, 8);