2 references to ShiftRightLogical128BitLane
System.IO.Hashing (1)
System\IO\Hashing\VectorHelper.cs (1)
105return Sse2.ShiftRightLogical128BitLane(operand, numBytesToShift);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse2.cs (1)
1537public static Vector128<ulong> ShiftRightLogical128BitLane(Vector128<ulong> value, [ConstantExpected] byte numBytes) => ShiftRightLogical128BitLane(value, numBytes);