4 references to X64
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Numerics\BitOperations.cs (4)
220if (Lzcnt.X64.IsSupported) 223return (int)Lzcnt.X64.LeadingZeroCount(value); 327if (Lzcnt.X64.IsSupported) 329return 63 ^ (int)Lzcnt.X64.LeadingZeroCount(value);