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