Bmi2.X64 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public: ref class Bmi2::X64 abstract : System::Runtime::Intrinsics::X86::X86Base::X64
public: ref class Bmi2::X64 abstract
public abstract class Bmi2.X64 : System.Runtime.Intrinsics.X86.X86Base.X64
public abstract class Bmi2.X64
type Bmi2.X64 = class
inherit X86Base.X64
type Bmi2.X64 = class
Public MustInherit Class Bmi2.X64
Inherits X86Base.X64
Public MustInherit Class Bmi2.X64
- 繼承
- 繼承
-
Bmi2.X64
屬性
IsSupported |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
MultiplyNoFlags(UInt64, UInt64) |
unsigned __int64 _mulx_u64 (unsigned __int64 a, unsigned __int64 b, unsigned __int64* hi) MULX r64a, r64b, reg/m64 |
MultiplyNoFlags(UInt64, UInt64, UInt64*) |
unsigned __int64 _mulx_u64 (unsigned __int64 a, unsigned __int64 b, unsigned __int64* hi) MULX r64a, r64b, reg/m64 |
ParallelBitDeposit(UInt64, UInt64) |
unsigned __int64 _pdep_u64 (unsigned __int64 a, unsigned __int64 mask) PDEP r64a, r64b, reg/m64 |
ParallelBitExtract(UInt64, UInt64) |
unsigned __int64 _pext_u64 (unsigned __int64 a, unsigned __int64 mask) PEXT r64a, r64b, reg/m64 |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |
ZeroHighBits(UInt64, UInt64) |
unsigned __int64 _bzhi_u64 (unsigned __int64 a, unsigned int index) BZHI r64a, reg/m32, r64b |