Avx.TestNotZAndNotC Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
TestNotZAndNotC(Vector256<SByte>, Vector256<SByte>) |
int _mm256_testnzc_si256 (__m256i a, __m256i b) VPTEST ymm, ymm/m256 |
TestNotZAndNotC(Vector256<UInt64>, Vector256<UInt64>) |
int _mm256_testnzc_si256 (__m256i a, __m256i b) VPTEST ymm, ymm/m256 |
TestNotZAndNotC(Vector256<UInt32>, Vector256<UInt32>) |
int _mm256_testnzc_si256 (__m256i a, __m256i b) VPTEST ymm, ymm/m256 |
TestNotZAndNotC(Vector256<UInt16>, Vector256<UInt16>) |
int _mm256_testnzc_si256 (__m256i a, __m256i b) VPTEST ymm, ymm/m256 |
TestNotZAndNotC(Vector256<Single>, Vector256<Single>) |
int _mm256_testnzc_ps (__m256 a, __m256 b) VTESTPS ymm, ymm/m256 |
TestNotZAndNotC(Vector256<Int64>, Vector256<Int64>) |
int _mm256_testnzc_si256 (__m256i a, __m256i b) VPTEST ymm, ymm/m256 |
TestNotZAndNotC(Vector128<Double>, Vector128<Double>) |
int _mm_testnzc_pd (__m128d a, __m128d b) VTESTPD xmm, xmm/m128 |
TestNotZAndNotC(Vector256<Int16>, Vector256<Int16>) |
int _mm256_testnzc_si256 (__m256i a, __m256i b) VPTEST ymm, ymm/m256 |
TestNotZAndNotC(Vector256<Double>, Vector256<Double>) |
int _mm256_testnzc_pd (__m256d a, __m256d b) VTESTPD ymm, ymm/m256 |
TestNotZAndNotC(Vector256<Byte>, Vector256<Byte>) |
int _mm256_testnzc_si256 (__m256i a, __m256i b) VPTEST ymm, ymm/m256 |
TestNotZAndNotC(Vector128<Single>, Vector128<Single>) |
int _mm_testnzc_ps (__m128 a, __m128 b) VTESTPS xmm, xmm/m128 |
TestNotZAndNotC(Vector256<Int32>, Vector256<Int32>) |
int _mm256_testnzc_si256 (__m256i a, __m256i b) VPTEST ymm, ymm/m256 |
TestNotZAndNotC(Vector256<SByte>, Vector256<SByte>)
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
int _mm256_testnzc_si256 (__m256i a, __m256i b)
VPTEST ymm, ymm/m256
public:
static bool TestNotZAndNotC(System::Runtime::Intrinsics::Vector256<System::SByte> left, System::Runtime::Intrinsics::Vector256<System::SByte> right);
public static bool TestNotZAndNotC (System.Runtime.Intrinsics.Vector256<sbyte> left, System.Runtime.Intrinsics.Vector256<sbyte> right);
static member TestNotZAndNotC : System.Runtime.Intrinsics.Vector256<sbyte> * System.Runtime.Intrinsics.Vector256<sbyte> -> bool
Public Shared Function TestNotZAndNotC (left As Vector256(Of SByte), right As Vector256(Of SByte)) As Boolean
Parametry
Návraty
Platí pro
TestNotZAndNotC(Vector256<UInt64>, Vector256<UInt64>)
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
int _mm256_testnzc_si256 (__m256i a, __m256i b)
VPTEST ymm, ymm/m256
public:
static bool TestNotZAndNotC(System::Runtime::Intrinsics::Vector256<System::UInt64> left, System::Runtime::Intrinsics::Vector256<System::UInt64> right);
public static bool TestNotZAndNotC (System.Runtime.Intrinsics.Vector256<ulong> left, System.Runtime.Intrinsics.Vector256<ulong> right);
static member TestNotZAndNotC : System.Runtime.Intrinsics.Vector256<uint64> * System.Runtime.Intrinsics.Vector256<uint64> -> bool
Public Shared Function TestNotZAndNotC (left As Vector256(Of ULong), right As Vector256(Of ULong)) As Boolean
Parametry
Návraty
Platí pro
TestNotZAndNotC(Vector256<UInt32>, Vector256<UInt32>)
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
int _mm256_testnzc_si256 (__m256i a, __m256i b)
VPTEST ymm, ymm/m256
public:
static bool TestNotZAndNotC(System::Runtime::Intrinsics::Vector256<System::UInt32> left, System::Runtime::Intrinsics::Vector256<System::UInt32> right);
public static bool TestNotZAndNotC (System.Runtime.Intrinsics.Vector256<uint> left, System.Runtime.Intrinsics.Vector256<uint> right);
static member TestNotZAndNotC : System.Runtime.Intrinsics.Vector256<uint32> * System.Runtime.Intrinsics.Vector256<uint32> -> bool
Public Shared Function TestNotZAndNotC (left As Vector256(Of UInteger), right As Vector256(Of UInteger)) As Boolean
Parametry
Návraty
Platí pro
TestNotZAndNotC(Vector256<UInt16>, Vector256<UInt16>)
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
int _mm256_testnzc_si256 (__m256i a, __m256i b)
VPTEST ymm, ymm/m256
public:
static bool TestNotZAndNotC(System::Runtime::Intrinsics::Vector256<System::UInt16> left, System::Runtime::Intrinsics::Vector256<System::UInt16> right);
public static bool TestNotZAndNotC (System.Runtime.Intrinsics.Vector256<ushort> left, System.Runtime.Intrinsics.Vector256<ushort> right);
static member TestNotZAndNotC : System.Runtime.Intrinsics.Vector256<uint16> * System.Runtime.Intrinsics.Vector256<uint16> -> bool
Public Shared Function TestNotZAndNotC (left As Vector256(Of UShort), right As Vector256(Of UShort)) As Boolean
Parametry
Návraty
Platí pro
TestNotZAndNotC(Vector256<Single>, Vector256<Single>)
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
int _mm256_testnzc_ps (__m256 a, __m256 b)
VTESTPS ymm, ymm/m256
public:
static bool TestNotZAndNotC(System::Runtime::Intrinsics::Vector256<float> left, System::Runtime::Intrinsics::Vector256<float> right);
public static bool TestNotZAndNotC (System.Runtime.Intrinsics.Vector256<float> left, System.Runtime.Intrinsics.Vector256<float> right);
static member TestNotZAndNotC : System.Runtime.Intrinsics.Vector256<single> * System.Runtime.Intrinsics.Vector256<single> -> bool
Public Shared Function TestNotZAndNotC (left As Vector256(Of Single), right As Vector256(Of Single)) As Boolean
Parametry
Návraty
Platí pro
TestNotZAndNotC(Vector256<Int64>, Vector256<Int64>)
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
int _mm256_testnzc_si256 (__m256i a, __m256i b)
VPTEST ymm, ymm/m256
public:
static bool TestNotZAndNotC(System::Runtime::Intrinsics::Vector256<long> left, System::Runtime::Intrinsics::Vector256<long> right);
public static bool TestNotZAndNotC (System.Runtime.Intrinsics.Vector256<long> left, System.Runtime.Intrinsics.Vector256<long> right);
static member TestNotZAndNotC : System.Runtime.Intrinsics.Vector256<int64> * System.Runtime.Intrinsics.Vector256<int64> -> bool
Public Shared Function TestNotZAndNotC (left As Vector256(Of Long), right As Vector256(Of Long)) As Boolean
Parametry
Návraty
Platí pro
TestNotZAndNotC(Vector128<Double>, Vector128<Double>)
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
int _mm_testnzc_pd (__m128d a, __m128d b)
VTESTPD xmm, xmm/m128
public:
static bool TestNotZAndNotC(System::Runtime::Intrinsics::Vector128<double> left, System::Runtime::Intrinsics::Vector128<double> right);
public static bool TestNotZAndNotC (System.Runtime.Intrinsics.Vector128<double> left, System.Runtime.Intrinsics.Vector128<double> right);
static member TestNotZAndNotC : System.Runtime.Intrinsics.Vector128<double> * System.Runtime.Intrinsics.Vector128<double> -> bool
Public Shared Function TestNotZAndNotC (left As Vector128(Of Double), right As Vector128(Of Double)) As Boolean
Parametry
Návraty
Platí pro
TestNotZAndNotC(Vector256<Int16>, Vector256<Int16>)
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
int _mm256_testnzc_si256 (__m256i a, __m256i b)
VPTEST ymm, ymm/m256
public:
static bool TestNotZAndNotC(System::Runtime::Intrinsics::Vector256<short> left, System::Runtime::Intrinsics::Vector256<short> right);
public static bool TestNotZAndNotC (System.Runtime.Intrinsics.Vector256<short> left, System.Runtime.Intrinsics.Vector256<short> right);
static member TestNotZAndNotC : System.Runtime.Intrinsics.Vector256<int16> * System.Runtime.Intrinsics.Vector256<int16> -> bool
Public Shared Function TestNotZAndNotC (left As Vector256(Of Short), right As Vector256(Of Short)) As Boolean
Parametry
Návraty
Platí pro
TestNotZAndNotC(Vector256<Double>, Vector256<Double>)
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
int _mm256_testnzc_pd (__m256d a, __m256d b)
VTESTPD ymm, ymm/m256
public:
static bool TestNotZAndNotC(System::Runtime::Intrinsics::Vector256<double> left, System::Runtime::Intrinsics::Vector256<double> right);
public static bool TestNotZAndNotC (System.Runtime.Intrinsics.Vector256<double> left, System.Runtime.Intrinsics.Vector256<double> right);
static member TestNotZAndNotC : System.Runtime.Intrinsics.Vector256<double> * System.Runtime.Intrinsics.Vector256<double> -> bool
Public Shared Function TestNotZAndNotC (left As Vector256(Of Double), right As Vector256(Of Double)) As Boolean
Parametry
Návraty
Platí pro
TestNotZAndNotC(Vector256<Byte>, Vector256<Byte>)
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
int _mm256_testnzc_si256 (__m256i a, __m256i b)
VPTEST ymm, ymm/m256
public:
static bool TestNotZAndNotC(System::Runtime::Intrinsics::Vector256<System::Byte> left, System::Runtime::Intrinsics::Vector256<System::Byte> right);
public static bool TestNotZAndNotC (System.Runtime.Intrinsics.Vector256<byte> left, System.Runtime.Intrinsics.Vector256<byte> right);
static member TestNotZAndNotC : System.Runtime.Intrinsics.Vector256<byte> * System.Runtime.Intrinsics.Vector256<byte> -> bool
Public Shared Function TestNotZAndNotC (left As Vector256(Of Byte), right As Vector256(Of Byte)) As Boolean
Parametry
Návraty
Platí pro
TestNotZAndNotC(Vector128<Single>, Vector128<Single>)
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
int _mm_testnzc_ps (__m128 a, __m128 b)
VTESTPS xmm, xmm/m128
public:
static bool TestNotZAndNotC(System::Runtime::Intrinsics::Vector128<float> left, System::Runtime::Intrinsics::Vector128<float> right);
public static bool TestNotZAndNotC (System.Runtime.Intrinsics.Vector128<float> left, System.Runtime.Intrinsics.Vector128<float> right);
static member TestNotZAndNotC : System.Runtime.Intrinsics.Vector128<single> * System.Runtime.Intrinsics.Vector128<single> -> bool
Public Shared Function TestNotZAndNotC (left As Vector128(Of Single), right As Vector128(Of Single)) As Boolean
Parametry
Návraty
Platí pro
TestNotZAndNotC(Vector256<Int32>, Vector256<Int32>)
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
- Zdroj:
- Avx.cs
int _mm256_testnzc_si256 (__m256i a, __m256i b)
VPTEST ymm, ymm/m256
public:
static bool TestNotZAndNotC(System::Runtime::Intrinsics::Vector256<int> left, System::Runtime::Intrinsics::Vector256<int> right);
public static bool TestNotZAndNotC (System.Runtime.Intrinsics.Vector256<int> left, System.Runtime.Intrinsics.Vector256<int> right);
static member TestNotZAndNotC : System.Runtime.Intrinsics.Vector256<int> * System.Runtime.Intrinsics.Vector256<int> -> bool
Public Shared Function TestNotZAndNotC (left As Vector256(Of Integer), right As Vector256(Of Integer)) As Boolean