4 implementations of TryLoadAvxVector256
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64DecoderHelper.cs (2)
1556
public unsafe bool
TryLoadAvxVector256
(byte* src, byte* srcStart, int sourceLength, out Vector256<sbyte> str)
1734
public unsafe bool
TryLoadAvxVector256
(ushort* src, ushort* srcStart, int sourceLength, out Vector256<sbyte> str)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Url\Base64UrlDecoder.cs (2)
453
public unsafe bool
TryLoadAvxVector256
(byte* src, byte* srcStart, int sourceLength, out Vector256<sbyte> str) =>
538
public unsafe bool
TryLoadAvxVector256
(ushort* src, ushort* srcStart, int sourceLength, out Vector256<sbyte> str) =>
1 reference to TryLoadAvxVector256
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64DecoderHelper.cs (1)
956
if (!decoder.
TryLoadAvxVector256
(src, srcStart, sourceLength, out Vector256<sbyte> str))