1 reference to ShiftRightLogicalVariable
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512BW.cs (1)
584
public static Vector128<short> ShiftRightLogicalVariable(Vector128<short> value, Vector128<ushort> count) =>
ShiftRightLogicalVariable
(value, count);