4 implementations of Avx2LutLow
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64DecoderHelper.cs (2)
1435
public ReadOnlySpan<sbyte>
Avx2LutLow
=>
1677
public ReadOnlySpan<sbyte>
Avx2LutLow
=> default(Base64DecoderByte).Avx2LutLow;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Url\Base64UrlDecoder.cs (2)
330
public ReadOnlySpan<sbyte>
Avx2LutLow
=>
494
public ReadOnlySpan<sbyte>
Avx2LutLow
=> default(Base64UrlDecoderByte).Avx2LutLow;
1 reference to Avx2LutLow
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64DecoderHelper.cs (1)
921
Vector256<sbyte> lutLo = Vector256.Create(decoder.
Avx2LutLow
);