Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | X64 |
Static Public Member Functions | |
static uint | AndNot (uint left, uint right) |
static uint | BitFieldExtract (uint value, byte start, byte length) |
static uint | BitFieldExtract (uint value, ushort control) |
static uint | ExtractLowestSetBit (uint value) |
static uint | GetMaskUpToLowestSetBit (uint value) |
static uint | ResetLowestSetBit (uint value) |
static uint | TrailingZeroCount (uint value) |
static | unsafe (int Eax, int Ebx, int Ecx, int Edx) CpuId(int functionId |
Static Package Functions | |
static uint | BitScanForward (uint value) |
static uint | BitScanReverse (uint value) |
Properties | |
static new bool | IsSupported [get] |
static int | subFunctionId |
Private Member Functions | |
static unsafe void | __cpuidex (int *cpuInfo, int functionId, int subFunctionId) |