2 references to ShiftRightLogical
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
398
Vector128<long> 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)
1475
public static Vector128<long> ShiftRightLogical(Vector128<long> value, [ConstantExpected] byte count) =>
ShiftRightLogical
(value, count);