5 references to ShiftRightBytesInVector
System.IO.Hashing (5)
System\IO\Hashing\Crc32ParameterSet.Vectorized.cs (4)
127
x1 =
ShiftRightBytesInVector
(x1, 8) ^
130
ShiftRightBytesInVector
(x1, 4);
265
x1 =
ShiftRightBytesInVector
(x1, 4) & bitmask;
267
x1 =
ShiftRightBytesInVector
(x1, 4) & bitmask;
System\IO\Hashing\Crc64ParameterSet.Vectorized.cs (1)
137
x1 ^=
ShiftRightBytesInVector
(temp, 8);