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