4 references to Create
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64DecoderHelper.cs (2)
664
Vector512<sbyte> vbmiLookup0 = Vector512.
Create
(decoder.VbmiLookup0).AsSByte();
665
Vector512<sbyte> vbmiLookup1 = Vector512.
Create
(decoder.VbmiLookup1).AsSByte();
src\libraries\System.Private.CoreLib\src\System\Buffers\Text\Base64Helper\Base64EncoderHelper.cs (1)
157
Vector512<sbyte> vbmiLookup = Vector512.
Create
(encoder.EncodingMap).AsSByte();
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
557
static Vector512<T> ISimdVector<Vector512<T>, T>.Create(ReadOnlySpan<T> values) => Vector512.
Create
(values);