2 references to Shuffle
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (1)
3589
return Ssse3.
Shuffle
(vector, indices);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Ssse3.cs (1)
180
public static Vector128<sbyte> Shuffle(Vector128<sbyte> value, Vector128<sbyte> mask) =>
Shuffle
(value, mask);