AdvSimd.ReverseElement32 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í
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>)
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)
Parametry
Návraty
Platí pro
ReverseElement32(Vector64<Int64>)
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)
Parametry
Návraty
Platí pro
ReverseElement32(Vector128<UInt64>)
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)
Parametry
Návraty
Platí pro
ReverseElement32(Vector128<Int64>)
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)