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