14 references to WasmBase
System.Private.CoreLib (14)
src\libraries\System.Private.CoreLib\src\System\Numerics\BitOperations.cs (14)
99if (X86Base.IsSupported || ArmBase.IsSupported || WasmBase.IsSupported) 131if (X86Base.X64.IsSupported || ArmBase.Arm64.IsSupported || WasmBase.IsSupported) 188if (WasmBase.IsSupported) 190return WasmBase.LeadingZeroCount(value); 231if (WasmBase.IsSupported) 233return WasmBase.LeadingZeroCount(value); 299if (WasmBase.IsSupported) 301return 31 ^ WasmBase.LeadingZeroCount(value); 342if (WasmBase.IsSupported) 344return 63 ^ WasmBase.LeadingZeroCount(value); 559if (WasmBase.IsSupported) 561return WasmBase.TrailingZeroCount(value); 614if (WasmBase.IsSupported) 616return WasmBase.TrailingZeroCount(value);