Redigera

Avx512Vbmi Class

Definition

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
Attributes

Properties

IsSupported

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)
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