Bmi1 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
This class provides access to Intel BMI1 hardware instructions via intrinsics.
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
- Inheritance
- Inheritance
-
Bmi1
- Attributes
Properties
IsSupported |
Gets a value that indicates whether the APIs in this class are supported. |
Methods
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) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
ExtractLowestSetBit(UInt32) |
unsigned int _blsi_u32 (unsigned int a) BLSI reg, reg/m32 |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetMaskUpToLowestSetBit(UInt32) |
unsigned int _blsmsk_u32 (unsigned int a) BLSMSK reg, reg/m32 |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ResetLowestSetBit(UInt32) |
unsigned int _blsr_u32 (unsigned int a) BLSR reg, reg/m32 |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
TrailingZeroCount(UInt32) |
int _mm_tzcnt_32 (unsigned int a) TZCNT reg, reg/m32 |