Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Avx512Vbmi Class

Definition

Namespace:
System.Runtime.Intrinsics.X86
Assembly:
System.Runtime.Intrinsics.dll
Source:
Avx512Vbmi.cs
Source:
Avx512Vbmi.cs
Source:
Avx512Vbmi.cs
Source:
Avx512Vbmi.cs

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.

Provides access to X86 AVX512VBMI hardware instructions via intrinsics.

public ref class Avx512Vbmi abstract : System::Runtime::Intrinsics::X86::Avx512BW
[System.CLSCompliant(false)]
public abstract class Avx512Vbmi : System.Runtime.Intrinsics.X86.Avx512BW
[<System.CLSCompliant(false)>]
type Avx512Vbmi = class
 inherit Avx512BW
Public MustInherit Class Avx512Vbmi
Inherits Avx512BW
Inheritance
Derived
Attributes

Properties

Name Description
IsSupported

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

Methods

Name Description
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)
MultiShift(Vector512<Byte>, Vector512<UInt64>)

__m512i _mm512_multishift_epi64_epi8(__m512i a, __m512i b)

VPMULTISHIFTQB zmm1 {k1}{z}, zmm2, zmm3/m512/m64bcst

MultiShift(Vector512<SByte>, Vector512<Int64>)

__m512i _mm512_multishift_epi64_epi8(__m512i a, __m512i b)

VPMULTISHIFTQB zmm1 {k1}{z}, zmm2, zmm3/m512/m64bcst

PermuteVar64x8(Vector512<Byte>, Vector512<Byte>)

__m512i _mm512_permutevar64x8_epi8 (__m512i a, __m512i b)

VPERMB zmm1 {k1}{z}, zmm2, zmm3/m512

PermuteVar64x8(Vector512<SByte>, Vector512<SByte>)

__m512i _mm512_permutevar64x8_epi8 (__m512i a, __m512i b)

VPERMB zmm1 {k1}{z}, zmm2, zmm3/m512

PermuteVar64x8x2(Vector512<Byte>, Vector512<Byte>, Vector512<Byte>)

__m512i _mm512_permutex2var_epi8 (__m512i a, __m512i idx, __m512i b)

VPERMI2B zmm1 {k1}{z}, zmm2, zmm3/m512 VPERMT2B zmm1 {k1}{z}, zmm2, zmm3/m512

PermuteVar64x8x2(Vector512<SByte>, Vector512<SByte>, Vector512<SByte>)

__m512i _mm512_permutex2var_epi8 (__m512i a, __m512i idx, __m512i b)

VPERMI2B zmm1 {k1}{z}, zmm2, zmm3/m512 VPERMT2B zmm1 {k1}{z}, zmm2, zmm3/m512

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to


Feedback

Was this page helpful?