6 references to ShiftRightLogical
GenerateDocumentationAndConfigFiles (1)
src\Compilers\Core\Portable\Hashing\XxHashShared.cs (1)
777
Vector128<ulong> xorShift = accVec ^ Vector128.
ShiftRightLogical
(accVec, 47);
Microsoft.CodeAnalysis (1)
Hashing\XxHashShared.cs (1)
777
Vector128<ulong> xorShift = accVec ^ Vector128.
ShiftRightLogical
(accVec, 47);
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\Hashing\XxHashShared.cs (1)
777
Vector128<ulong> xorShift = accVec ^ Vector128.
ShiftRightLogical
(accVec, 47);
System.IO.Hashing (1)
System\IO\Hashing\XxHashShared.cs (1)
768
Vector128<ulong> xorShift = accVec ^ Vector128.
ShiftRightLogical
(accVec, 47);
System.Private.CoreLib (1)
src\libraries\Common\src\System\HexConverter.cs (1)
104
Vector128<byte> shiftedSrc = Vector128.
ShiftRightLogical
(src.AsUInt64(), 4).AsByte();
Test.Utilities (1)
src\Compilers\Core\Portable\Hashing\XxHashShared.cs (1)
777
Vector128<ulong> xorShift = accVec ^ Vector128.
ShiftRightLogical
(accVec, 47);