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