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