Lezen in het Engels Bewerken

Delen via


Bmi2 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 BMI2 hardware instructions via intrinsics.

C#
[System.CLSCompliant(false)]
public abstract class Bmi2 : System.Runtime.Intrinsics.X86.X86Base
C#
[System.CLSCompliant(false)]
public abstract class Bmi2
Inheritance
Inheritance
Bmi2
Attributes

Properties

IsSupported

Gets a value that indicates whether the APIs in this class are supported.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
MultiplyNoFlags(UInt32, UInt32, UInt32*)

unsigned int _mulx_u32 (unsigned int a, unsigned int b, unsigned int* hi)

MULX r32a, r32b, reg/m32

MultiplyNoFlags(UInt32, UInt32)

unsigned int _mulx_u32 (unsigned int a, unsigned int b, unsigned int* hi)

MULX r32a, r32b, reg/m32

ParallelBitDeposit(UInt32, UInt32)

unsigned int _pdep_u32 (unsigned int a, unsigned int mask)

PDEP r32a, r32b, reg/m32

ParallelBitExtract(UInt32, UInt32)

unsigned int _pext_u32 (unsigned int a, unsigned int mask)

PEXT r32a, r32b, reg/m32

ToString()

Returns a string that represents the current object.

(Inherited from Object)
ZeroHighBits(UInt32, UInt32)

unsigned int _bzhi_u32 (unsigned int a, unsigned int index)

BZHI r32a, reg/m32, r32b

Applies to

Product Versies
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10