3 references to Bmi2
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Math.cs (2)
218if (Bmi2.X64.IsSupported) 221ulong high = Bmi2.X64.MultiplyNoFlags(a, b, &tmp);
System.Runtime.Intrinsics (1)
artifacts\obj\System.Runtime.Intrinsics\Debug\net10.0\System.Runtime.Intrinsics.Forwards.cs (1)
35[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Intrinsics.X86.Bmi2))]