1 reference to RotateLeft
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx10v1.cs (1)
3332
public static Vector128<int> RotateLeft(Vector128<int> value, [ConstantExpected] byte count) =>
RotateLeft
(value, count);