3 references to Shuffle
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512.cs (1)
3242
return
Shuffle
(vector, indices);
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.Char.cs (2)
913
tempFirst = Vector512.
Shuffle
(tempFirst, Vector512.Create((ushort)31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16,
915
tempLast = Vector512.
Shuffle
(tempLast, Vector512.Create((ushort)31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16,