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