4 references to ShiftRightLogical
GenerateDocumentationAndConfigFiles (1)
src\Compilers\Core\Portable\Hashing\XxHashShared.cs (1)
768
Vector256<ulong> xorShift = accVec ^ Vector256.
ShiftRightLogical
(accVec, 47);
Microsoft.CodeAnalysis (1)
Hashing\XxHashShared.cs (1)
768
Vector256<ulong> xorShift = accVec ^ Vector256.
ShiftRightLogical
(accVec, 47);
System.IO.Hashing (1)
System\IO\Hashing\XxHashShared.cs (1)
759
Vector256<ulong> xorShift = accVec ^ Vector256.
ShiftRightLogical
(accVec, 47);
Test.Utilities (1)
src\Compilers\Core\Portable\Hashing\XxHashShared.cs (1)
768
Vector256<ulong> xorShift = accVec ^ Vector256.
ShiftRightLogical
(accVec, 47);