Bmi1.X64 類別

定義

public: ref class Bmi1::X64 abstract : System::Runtime::Intrinsics::X86::X86Base::X64
public: ref class Bmi1::X64 abstract
public abstract class Bmi1.X64 : System.Runtime.Intrinsics.X86.X86Base.X64
public abstract class Bmi1.X64
type Bmi1.X64 = class
    inherit X86Base.X64
type Bmi1.X64 = class
Public MustInherit Class Bmi1.X64
Inherits X86Base.X64
Public MustInherit Class Bmi1.X64
繼承
Bmi1.X64
繼承
Bmi1.X64

屬性

IsSupported

方法

AndNot(UInt64, UInt64)

unsigned __int64 _andn_u64 (unsigned __int64 a, unsigned __int64 b)

ANDN r64a, r64b, reg/m64

BitFieldExtract(UInt64, Byte, Byte)

unsigned __int64 _bextr_u64 (unsigned __int64 a, unsigned int start, unsigned int len)

BEXTR r64a, reg/m64, r64b

BitFieldExtract(UInt64, UInt16)

unsigned __int64 _bextr2_u64 (unsigned __int64 a, unsigned __int64 control)

BEXTR r64a, reg/m64, r64b

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
ExtractLowestSetBit(UInt64)

unsigned __int64 _blsi_u64 (unsigned __int64 a)

BLSI reg, reg/m64

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetMaskUpToLowestSetBit(UInt64)

unsigned __int64 _blsmsk_u64 (unsigned __int64 a)

BLSMSK reg, reg/m64

GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ResetLowestSetBit(UInt64)

unsigned __int64 _blsr_u64 (unsigned __int64 a)

BLSR reg, reg/m64

ToString()

傳回代表目前物件的字串。

(繼承來源 Object)
TrailingZeroCount(UInt64)

__int64 _mm_tzcnt_64 (unsigned __int64 a)

TZCNT reg, reg/m64

適用於