Bmi1 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
此類別可讓您透過內建函式存取 Intel BMI1 硬體指示。
public ref class Bmi1 abstract : System::Runtime::Intrinsics::X86::X86Base
public ref class Bmi1 abstract
[System.CLSCompliant(false)]
public abstract class Bmi1 : System.Runtime.Intrinsics.X86.X86Base
[System.CLSCompliant(false)]
public abstract class Bmi1
[<System.CLSCompliant(false)>]
type Bmi1 = class
inherit X86Base
[<System.CLSCompliant(false)>]
type Bmi1 = class
Public MustInherit Class Bmi1
Inherits X86Base
Public MustInherit Class Bmi1
- 繼承
- 繼承
-
Bmi1
- 屬性
屬性
IsSupported |
此類別可讓您透過內建函式存取 Intel BMI1 硬體指示。 |
方法
AndNot(UInt32, UInt32) |
unsigned int _andn_u32 (unsigned int a, unsigned int b) ANDN r32a, r32b, reg/m32 |
BitFieldExtract(UInt32, Byte, Byte) |
unsigned int _bextr_u32 (unsigned int a, unsigned int start, unsigned int len) BEXTR r32a, reg/m32, r32b |
BitFieldExtract(UInt32, UInt16) |
unsigned int _bextr2_u32 (unsigned int a, unsigned int control) BEXTR r32a, reg/m32, r32b |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
ExtractLowestSetBit(UInt32) |
unsigned int _blsi_u32 (unsigned int a) BLSI reg, reg/m32 |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetMaskUpToLowestSetBit(UInt32) |
unsigned int _blsmsk_u32 (unsigned int a) BLSMSK reg, reg/m32 |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ResetLowestSetBit(UInt32) |
unsigned int _blsr_u32 (unsigned int a) BLSR reg, reg/m32 |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |
TrailingZeroCount(UInt32) |
int _mm_tzcnt_32 (unsigned int a) TZCNT reg, reg/m32 |