AdvSimd.ReverseElement32 Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
ReverseElement32(Vector64<UInt64>) |
uint32x2_t vrev64_u32 (uint32x2_t vec) A32: VREV64.32 Dd, Dm A64: REV64 Vd.2S, Vn.2S |
ReverseElement32(Vector64<Int64>) |
int32x2_t vrev64_s32 (int32x2_t vec) A32: VREV64.32 Dd, Dm A64: REV64 Vd.2S, Vn.2S |
ReverseElement32(Vector128<UInt64>) |
uint32x4_t vrev64q_u32 (uint32x4_t vec) A32: VREV64.32 Qd, Qm A64: REV64 Vd.4S, Vn.4S |
ReverseElement32(Vector128<Int64>) |
int32x4_t vrev64q_s32 (int32x4_t vec) A32: VREV64.32 Qd, Qm A64: REV64 Vd.4S, Vn.4S |
ReverseElement32(Vector64<UInt64>)
- Origine:
- AdvSimd.PlatformNotSupported.cs
- Origine:
- AdvSimd.PlatformNotSupported.cs
- Origine:
- AdvSimd.PlatformNotSupported.cs
uint32x2_t vrev64_u32 (uint32x2_t vec)
A32: VREV64.32 Dd, Dm
A64: REV64 Vd.2S, Vn.2S
public:
static System::Runtime::Intrinsics::Vector64<System::UInt64> ReverseElement32(System::Runtime::Intrinsics::Vector64<System::UInt64> value);
public static System.Runtime.Intrinsics.Vector64<ulong> ReverseElement32 (System.Runtime.Intrinsics.Vector64<ulong> value);
static member ReverseElement32 : System.Runtime.Intrinsics.Vector64<uint64> -> System.Runtime.Intrinsics.Vector64<uint64>
Public Shared Function ReverseElement32 (value As Vector64(Of ULong)) As Vector64(Of ULong)
Parametri
Restituisce
Si applica a
ReverseElement32(Vector64<Int64>)
- Origine:
- AdvSimd.PlatformNotSupported.cs
- Origine:
- AdvSimd.PlatformNotSupported.cs
- Origine:
- AdvSimd.PlatformNotSupported.cs
int32x2_t vrev64_s32 (int32x2_t vec)
A32: VREV64.32 Dd, Dm
A64: REV64 Vd.2S, Vn.2S
public:
static System::Runtime::Intrinsics::Vector64<long> ReverseElement32(System::Runtime::Intrinsics::Vector64<long> value);
public static System.Runtime.Intrinsics.Vector64<long> ReverseElement32 (System.Runtime.Intrinsics.Vector64<long> value);
static member ReverseElement32 : System.Runtime.Intrinsics.Vector64<int64> -> System.Runtime.Intrinsics.Vector64<int64>
Public Shared Function ReverseElement32 (value As Vector64(Of Long)) As Vector64(Of Long)
Parametri
Restituisce
Si applica a
ReverseElement32(Vector128<UInt64>)
- Origine:
- AdvSimd.PlatformNotSupported.cs
- Origine:
- AdvSimd.PlatformNotSupported.cs
- Origine:
- AdvSimd.PlatformNotSupported.cs
uint32x4_t vrev64q_u32 (uint32x4_t vec)
A32: VREV64.32 Qd, Qm
A64: REV64 Vd.4S, Vn.4S
public:
static System::Runtime::Intrinsics::Vector128<System::UInt64> ReverseElement32(System::Runtime::Intrinsics::Vector128<System::UInt64> value);
public static System.Runtime.Intrinsics.Vector128<ulong> ReverseElement32 (System.Runtime.Intrinsics.Vector128<ulong> value);
static member ReverseElement32 : System.Runtime.Intrinsics.Vector128<uint64> -> System.Runtime.Intrinsics.Vector128<uint64>
Public Shared Function ReverseElement32 (value As Vector128(Of ULong)) As Vector128(Of ULong)
Parametri
Restituisce
Si applica a
ReverseElement32(Vector128<Int64>)
- Origine:
- AdvSimd.PlatformNotSupported.cs
- Origine:
- AdvSimd.PlatformNotSupported.cs
- Origine:
- AdvSimd.PlatformNotSupported.cs
int32x4_t vrev64q_s32 (int32x4_t vec)
A32: VREV64.32 Qd, Qm
A64: REV64 Vd.4S, Vn.4S
public:
static System::Runtime::Intrinsics::Vector128<long> ReverseElement32(System::Runtime::Intrinsics::Vector128<long> value);
public static System.Runtime.Intrinsics.Vector128<long> ReverseElement32 (System.Runtime.Intrinsics.Vector128<long> value);
static member ReverseElement32 : System.Runtime.Intrinsics.Vector128<int64> -> System.Runtime.Intrinsics.Vector128<int64>
Public Shared Function ReverseElement32 (value As Vector128(Of Long)) As Vector128(Of Long)