Redigera

Avx512CD.VL Class

Definition

public: ref class Avx512CD::VL abstract : System::Runtime::Intrinsics::X86::Avx512F::VL
public abstract class Avx512CD.VL : System.Runtime.Intrinsics.X86.Avx512F.VL
type Avx512CD.VL = class
    inherit Avx512F.VL
Public MustInherit Class Avx512CD.VL
Inherits Avx512F.VL
Inheritance
Avx512CD.VL

Properties

IsSupported

Methods

DetectConflicts(Vector128<Int32>)

__m128i _mm_conflict_epi32 (__m128i a)

VPCONFLICTD xmm1 {k1}{z}, xmm2/m128/m32bcst

DetectConflicts(Vector128<Int64>)

__m128i _mm_conflict_epi64 (__m128i a)

VPCONFLICTQ xmm1 {k1}{z}, xmm2/m128/m64bcst

DetectConflicts(Vector128<UInt32>)

__m128i _mm_conflict_epi32 (__m128i a)

VPCONFLICTD xmm1 {k1}{z}, xmm2/m128/m32bcst

DetectConflicts(Vector128<UInt64>)

__m128i _mm_conflict_epi64 (__m128i a)

VPCONFLICTQ xmm1 {k1}{z}, xmm2/m128/m64bcst

DetectConflicts(Vector256<Int32>)

__m256i _mm256_conflict_epi32 (__m256i a)

VPCONFLICTD ymm1 {k1}{z}, ymm2/m256/m32bcst

DetectConflicts(Vector256<Int64>)

__m256i _mm256_conflict_epi64 (__m256i a)

VPCONFLICTQ ymm1 {k1}{z}, ymm2/m256/m64bcst

DetectConflicts(Vector256<UInt32>)

__m256i _mm256_conflict_epi32 (__m256i a)

VPCONFLICTD ymm1 {k1}{z}, ymm2/m256/m32bcst

DetectConflicts(Vector256<UInt64>)

__m256i _mm256_conflict_epi64 (__m256i a)

VPCONFLICTQ ymm1 {k1}{z}, ymm2/m256/m64bcst

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)
LeadingZeroCount(Vector128<Int32>)

__m128i _mm_lzcnt_epi32 (__m128i a)

VPLZCNTD xmm1 {k1}{z}, xmm2/m128/m32bcst

LeadingZeroCount(Vector128<Int64>)

__m128i _mm_lzcnt_epi64 (__m128i a)

VPLZCNTQ xmm1 {k1}{z}, xmm2/m128/m64bcst

LeadingZeroCount(Vector128<UInt32>)

__m128i _mm_lzcnt_epi32 (__m128i a)

VPLZCNTD xmm1 {k1}{z}, xmm2/m128/m32bcst

LeadingZeroCount(Vector128<UInt64>)

__m128i _mm_lzcnt_epi64 (__m128i a)

VPLZCNTQ xmm1 {k1}{z}, xmm2/m128/m64bcst

LeadingZeroCount(Vector256<Int32>)

__m256i _mm256_lzcnt_epi32 (__m256i a)

VPLZCNTD ymm1 {k1}{z}, ymm2/m256/m32bcst

LeadingZeroCount(Vector256<Int64>)

__m256i _mm256_lzcnt_epi64 (__m256i a)

VPLZCNTQ ymm1 {k1}{z}, ymm2/m256/m64bcst

LeadingZeroCount(Vector256<UInt32>)

__m256i _mm256_lzcnt_epi32 (__m256i a)

VPLZCNTD ymm1 {k1}{z}, ymm2/m256/m32bcst

LeadingZeroCount(Vector256<UInt64>)

__m256i _mm256_lzcnt_epi64 (__m256i a)

VPLZCNTQ ymm1 {k1}{z}, ymm2/m256/m64bcst

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to