Sve2.BitwiseClearXor Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| BitwiseClearXor(Vector<UInt64>, Vector<UInt64>, Vector<UInt64>) |
svuint64_t svbcax[_u64](svuint64_t op1, svuint64_t op2, svuint64_t op3) BCAX Ztied1.D, Ztied1.D, Zop2.D, Zop3.D |
| BitwiseClearXor(Vector<UInt32>, Vector<UInt32>, Vector<UInt32>) |
svuint32_t svbcax[_u32](svuint32_t op1, svuint32_t op2, svuint32_t op3) BCAX Ztied1.D, Ztied1.D, Zop2.D, Zop3.D |
| BitwiseClearXor(Vector<SByte>, Vector<SByte>, Vector<SByte>) |
svint8_t svbcax[_s8](svint8_t op1, svint8_t op2, svint8_t op3) BCAX Ztied1.D, Ztied1.D, Zop2.D, Zop3.D |
| BitwiseClearXor(Vector<UInt16>, Vector<UInt16>, Vector<UInt16>) |
svuint16_t svbcax[_u16](svuint16_t op1, svuint16_t op2, svuint16_t op3) BCAX Ztied1.D, Ztied1.D, Zop2.D, Zop3.D |
| BitwiseClearXor(Vector<Int32>, Vector<Int32>, Vector<Int32>) |
svint32_t svbcax[_s32](svint32_t op1, svint32_t op2, svint32_t op3) BCAX Ztied1.D, Ztied1.D, Zop2.D, Zop3.D |
| BitwiseClearXor(Vector<Int16>, Vector<Int16>, Vector<Int16>) |
svint16_t svbcax[_s16](svint16_t op1, svint16_t op2, svint16_t op3) BCAX Ztied1.D, Ztied1.D, Zop2.D, Zop3.D |
| BitwiseClearXor(Vector<Byte>, Vector<Byte>, Vector<Byte>) |
svuint8_t svbcax[_u8](svuint8_t op1, svuint8_t op2, svuint8_t op3) BCAX Ztied1.D, Ztied1.D, Zop2.D, Zop3.D |
| BitwiseClearXor(Vector<Int64>, Vector<Int64>, Vector<Int64>) |
svint64_t svbcax[_s64](svint64_t op1, svint64_t op2, svint64_t op3) BCAX Ztied1.D, Ztied1.D, Zop2.D, Zop3.D, Zop3.D |
BitwiseClearXor(Vector<UInt64>, Vector<UInt64>, Vector<UInt64>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svuint64_t svbcax[_u64](svuint64_t op1, svuint64_t op2, svuint64_t op3) BCAX Ztied1.D, Ztied1.D, Zop2.D, Zop3.D
public:
static System::Numerics::Vector<System::UInt64> BitwiseClearXor(System::Numerics::Vector<System::UInt64> xor, System::Numerics::Vector<System::UInt64> value, System::Numerics::Vector<System::UInt64> mask);
public static System.Numerics.Vector<ulong> BitwiseClearXor(System.Numerics.Vector<ulong> xor, System.Numerics.Vector<ulong> value, System.Numerics.Vector<ulong> mask);
static member BitwiseClearXor : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function BitwiseClearXor (xor As Vector(Of ULong), value As Vector(Of ULong), mask As Vector(Of ULong)) As Vector(Of ULong)
Paramètres
Retours
S’applique à
BitwiseClearXor(Vector<UInt32>, Vector<UInt32>, Vector<UInt32>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svuint32_t svbcax[_u32](svuint32_t op1, svuint32_t op2, svuint32_t op3) BCAX Ztied1.D, Ztied1.D, Zop2.D, Zop3.D
public:
static System::Numerics::Vector<System::UInt32> BitwiseClearXor(System::Numerics::Vector<System::UInt32> xor, System::Numerics::Vector<System::UInt32> value, System::Numerics::Vector<System::UInt32> mask);
public static System.Numerics.Vector<uint> BitwiseClearXor(System.Numerics.Vector<uint> xor, System.Numerics.Vector<uint> value, System.Numerics.Vector<uint> mask);
static member BitwiseClearXor : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function BitwiseClearXor (xor As Vector(Of UInteger), value As Vector(Of UInteger), mask As Vector(Of UInteger)) As Vector(Of UInteger)
Paramètres
Retours
S’applique à
BitwiseClearXor(Vector<SByte>, Vector<SByte>, Vector<SByte>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svint8_t svbcax[_s8](svint8_t op1, svint8_t op2, svint8_t op3) BCAX Ztied1.D, Ztied1.D, Zop2.D, Zop3.D
public:
static System::Numerics::Vector<System::SByte> BitwiseClearXor(System::Numerics::Vector<System::SByte> xor, System::Numerics::Vector<System::SByte> value, System::Numerics::Vector<System::SByte> mask);
public static System.Numerics.Vector<sbyte> BitwiseClearXor(System.Numerics.Vector<sbyte> xor, System.Numerics.Vector<sbyte> value, System.Numerics.Vector<sbyte> mask);
static member BitwiseClearXor : System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> * System.Numerics.Vector<sbyte> -> System.Numerics.Vector<sbyte>
Public Shared Function BitwiseClearXor (xor As Vector(Of SByte), value As Vector(Of SByte), mask As Vector(Of SByte)) As Vector(Of SByte)
Paramètres
Retours
S’applique à
BitwiseClearXor(Vector<UInt16>, Vector<UInt16>, Vector<UInt16>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svuint16_t svbcax[_u16](svuint16_t op1, svuint16_t op2, svuint16_t op3) BCAX Ztied1.D, Ztied1.D, Zop2.D, Zop3.D
public:
static System::Numerics::Vector<System::UInt16> BitwiseClearXor(System::Numerics::Vector<System::UInt16> xor, System::Numerics::Vector<System::UInt16> value, System::Numerics::Vector<System::UInt16> mask);
public static System.Numerics.Vector<ushort> BitwiseClearXor(System.Numerics.Vector<ushort> xor, System.Numerics.Vector<ushort> value, System.Numerics.Vector<ushort> mask);
static member BitwiseClearXor : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint16>
Public Shared Function BitwiseClearXor (xor As Vector(Of UShort), value As Vector(Of UShort), mask As Vector(Of UShort)) As Vector(Of UShort)
Paramètres
Retours
S’applique à
BitwiseClearXor(Vector<Int32>, Vector<Int32>, Vector<Int32>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svint32_t svbcax[_s32](svint32_t op1, svint32_t op2, svint32_t op3) BCAX Ztied1.D, Ztied1.D, Zop2.D, Zop3.D
public:
static System::Numerics::Vector<int> BitwiseClearXor(System::Numerics::Vector<int> xor, System::Numerics::Vector<int> value, System::Numerics::Vector<int> mask);
public static System.Numerics.Vector<int> BitwiseClearXor(System.Numerics.Vector<int> xor, System.Numerics.Vector<int> value, System.Numerics.Vector<int> mask);
static member BitwiseClearXor : System.Numerics.Vector<int> * System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function BitwiseClearXor (xor As Vector(Of Integer), value As Vector(Of Integer), mask As Vector(Of Integer)) As Vector(Of Integer)
Paramètres
Retours
S’applique à
BitwiseClearXor(Vector<Int16>, Vector<Int16>, Vector<Int16>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svint16_t svbcax[_s16](svint16_t op1, svint16_t op2, svint16_t op3) BCAX Ztied1.D, Ztied1.D, Zop2.D, Zop3.D
public:
static System::Numerics::Vector<short> BitwiseClearXor(System::Numerics::Vector<short> xor, System::Numerics::Vector<short> value, System::Numerics::Vector<short> mask);
public static System.Numerics.Vector<short> BitwiseClearXor(System.Numerics.Vector<short> xor, System.Numerics.Vector<short> value, System.Numerics.Vector<short> mask);
static member BitwiseClearXor : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<int16>
Public Shared Function BitwiseClearXor (xor As Vector(Of Short), value As Vector(Of Short), mask As Vector(Of Short)) As Vector(Of Short)
Paramètres
Retours
S’applique à
BitwiseClearXor(Vector<Byte>, Vector<Byte>, Vector<Byte>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svuint8_t svbcax[_u8](svuint8_t op1, svuint8_t op2, svuint8_t op3) BCAX Ztied1.D, Ztied1.D, Zop2.D, Zop3.D
public:
static System::Numerics::Vector<System::Byte> BitwiseClearXor(System::Numerics::Vector<System::Byte> xor, System::Numerics::Vector<System::Byte> value, System::Numerics::Vector<System::Byte> mask);
public static System.Numerics.Vector<byte> BitwiseClearXor(System.Numerics.Vector<byte> xor, System.Numerics.Vector<byte> value, System.Numerics.Vector<byte> mask);
static member BitwiseClearXor : System.Numerics.Vector<byte> * System.Numerics.Vector<byte> * System.Numerics.Vector<byte> -> System.Numerics.Vector<byte>
Public Shared Function BitwiseClearXor (xor As Vector(Of Byte), value As Vector(Of Byte), mask As Vector(Of Byte)) As Vector(Of Byte)
Paramètres
Retours
S’applique à
BitwiseClearXor(Vector<Int64>, Vector<Int64>, Vector<Int64>)
- Source:
- Sve2.PlatformNotSupported.cs
- Source:
- Sve2.PlatformNotSupported.cs
svint64_t svbcax[_s64](svint64_t op1, svint64_t op2, svint64_t op3) BCAX Ztied1.D, Ztied1.D, Zop2.D, Zop3.D, Zop3.D
public:
static System::Numerics::Vector<long> BitwiseClearXor(System::Numerics::Vector<long> xor, System::Numerics::Vector<long> value, System::Numerics::Vector<long> mask);
public static System.Numerics.Vector<long> BitwiseClearXor(System.Numerics.Vector<long> xor, System.Numerics.Vector<long> value, System.Numerics.Vector<long> mask);
static member BitwiseClearXor : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function BitwiseClearXor (xor As Vector(Of Long), value As Vector(Of Long), mask As Vector(Of Long)) As Vector(Of Long)