5 references to ShiftRightLogical128BitLane
Microsoft.AspNetCore.Server.HttpSys (1)
src\aspnetcore\src\Shared\ServerInfrastructure\StringUtilities.cs (1)
154
var highNibbles = Sse2.ShiftRightLogical(Sse2.
ShiftRightLogical128BitLane
(lowNibbles, 2).AsInt32(), 4).AsByte();
Microsoft.AspNetCore.Server.IIS (1)
src\aspnetcore\src\Shared\ServerInfrastructure\StringUtilities.cs (1)
154
var highNibbles = Sse2.ShiftRightLogical(Sse2.
ShiftRightLogical128BitLane
(lowNibbles, 2).AsInt32(), 4).AsByte();
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\aspnetcore\src\Shared\ServerInfrastructure\StringUtilities.cs (1)
154
var highNibbles = Sse2.ShiftRightLogical(Sse2.
ShiftRightLogical128BitLane
(lowNibbles, 2).AsInt32(), 4).AsByte();
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
src\aspnetcore\src\Shared\ServerInfrastructure\StringUtilities.cs (1)
154
var highNibbles = Sse2.ShiftRightLogical(Sse2.
ShiftRightLogical128BitLane
(lowNibbles, 2).AsInt32(), 4).AsByte();
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse2.cs (1)
1519
public static Vector128<byte> ShiftRightLogical128BitLane(Vector128<byte> value, [ConstantExpected] byte numBytes) =>
ShiftRightLogical128BitLane
(value, numBytes);