Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Lzcnt.cs
Go to the documentation of this file.
1
using
System.Runtime.CompilerServices
;
2
3
namespace
System.Runtime.Intrinsics.X86
;
4
5
[Intrinsic]
6
[CLSCompliant(
false
)]
7
public
abstract
class
Lzcnt
:
X86Base
8
{
9
[Intrinsic]
10
public
new
abstract
class
X64
:
X86Base
.
X64
11
{
12
public
new
static
bool
IsSupported
=>
IsSupported
;
13
14
public
static
ulong
LeadingZeroCount
(ulong
value
)
15
{
16
return
LeadingZeroCount
(
value
);
17
}
18
}
19
20
public
new
static
bool
IsSupported
=>
IsSupported
;
21
22
public
static
uint
LeadingZeroCount
(uint
value
)
23
{
24
return
LeadingZeroCount
(
value
);
25
}
26
}
System.Runtime.Intrinsics.X86.Lzcnt.X64.IsSupported
static new bool IsSupported
Definition
Lzcnt.cs:12
System.Runtime.Intrinsics.X86.Lzcnt.X64.LeadingZeroCount
static ulong LeadingZeroCount(ulong value)
Definition
Lzcnt.cs:14
System.Runtime.Intrinsics.X86.Lzcnt.X64
Definition
Lzcnt.cs:11
System.Runtime.Intrinsics.X86.Lzcnt.LeadingZeroCount
static uint LeadingZeroCount(uint value)
Definition
Lzcnt.cs:22
System.Runtime.Intrinsics.X86.Lzcnt.IsSupported
static new bool IsSupported
Definition
Lzcnt.cs:20
System.Runtime.Intrinsics.X86.Lzcnt
Definition
Lzcnt.cs:8
System.Runtime.Intrinsics.X86.X86Base
Definition
X86Base.cs:8
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.Runtime.Intrinsics.X86
Definition
Aes.cs:3
System.ExceptionArgument.value
@ value
source
System.Private.CoreLib
System.Runtime.Intrinsics.X86
Lzcnt.cs
Generated by
1.10.0