1 reference to ShiftLeftLogicalVariable
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx2.cs (1)
2336
public static Vector128<int> ShiftLeftLogicalVariable(Vector128<int> value, Vector128<uint> count) =>
ShiftLeftLogicalVariable
(value, count);