6 references to ShiftRightLogical
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Compilers\Core\Portable\Hashing\XxHashShared.cs (1)
777Vector128<ulong> xorShift = accVec ^ Vector128.ShiftRightLogical(accVec, 47);
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
Utilities\Hashing\XxHashShared.cs (1)
776Vector128<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\roslyn\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)
782Vector128<ulong> xorShift = accVec ^ Vector128.ShiftRightLogical(accVec, 47);
System.Private.CoreLib (1)
src\runtime\src\libraries\Common\src\System\HexConverter.cs (1)
107Vector128<byte> shiftedSrc = Vector128.ShiftRightLogical(src.AsUInt64(), 4).AsByte();