2 references to CarrylessMultiplyLeftUpperRightLower
System.IO.Hashing (2)
System\IO\Hashing\Crc64.Vectorized.cs (2)
143
x7 =
CarrylessMultiplyLeftUpperRightLower
(x7, Vector128.CreateScalar(0x5f5c3c7eb52fab6UL)) ^ // k5
149
x7 =
CarrylessMultiplyLeftUpperRightLower
(x7, kConstants) ^ (x7 & Vector128.Create(0UL, ~0UL));