Partager via


AdvSimd.ReverseElement32 Méthode

Définition

Surcharges

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>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
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)

Paramètres

value
Vector64<UInt64>

Retours

S’applique à

ReverseElement32(Vector64<Int64>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
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)

Paramètres

value
Vector64<Int64>

Retours

S’applique à

ReverseElement32(Vector128<UInt64>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
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)

Paramètres

value
Vector128<UInt64>

Retours

S’applique à

ReverseElement32(Vector128<Int64>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
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)

Paramètres

value
Vector128<Int64>

Retours

S’applique à