2 references to ShiftRightLogical
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
439
Vector128<ulong> upperBits = Sse2.
ShiftRightLogical
(vector, 32); // Extract the 32 most significant bits of vector
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse2.cs (1)
1482
public static Vector128<ulong> ShiftRightLogical(Vector128<ulong> value, [ConstantExpected] byte count) =>
ShiftRightLogical
(value, count);