Partager via


AdvSimd.ReverseElement16 Méthode

Définition

Surcharges

ReverseElement16(Vector128<Int32>)

int16x8_t vrev32q_s16 (int16x8_t vec)

A32 : VREV32.16 Qd, Qm

A64 : REV32 Vd.8H, Vn.8H

ReverseElement16(Vector128<Int64>)

int16x8_t vrev64q_s16 (int16x8_t vec)

A32 : VREV64.16 Qd, Qm

A64 : REV64 Vd.8H, Vn.8H

ReverseElement16(Vector128<UInt32>)

uint16x8_t vrev32q_u16 (uint16x8_t vec)

A32 : VREV32.16 Qd, Qm

A64 : REV32 Vd.8H, Vn.8H

ReverseElement16(Vector128<UInt64>)

uint16x8_t vrev64q_u16 (uint16x8_t vec)

A32 : VREV64.16 Qd, Qm

A64 : REV64 Vd.8H, Vn.8H

ReverseElement16(Vector64<Int32>)

int16x4_t vrev32_s16 (int16x4_t vec)

A32 : VREV32.16 Dd, Dm

A64 : REV32 Vd.4H, Vn.4H

ReverseElement16(Vector64<Int64>)

int16x4_t vrev64_s16 (int16x4_t vec)

A32 : VREV64.16 Dd, Dm

A64 : REV64 Vd.4H, Vn.4H

ReverseElement16(Vector64<UInt32>)

uint16x4_t vrev32_u16 (uint16x4_t vec)

A32 : VREV32.16 Dd, Dm

A64 : REV32 Vd.4H, Vn.4H

ReverseElement16(Vector64<UInt64>)

uint16x4_t vrev64_u16 (uint16x4_t vec)

A32 : VREV64.16 Dd, Dm

A64 : REV64 Vd.4H, Vn.4H

ReverseElement16(Vector128<Int32>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int16x8_t vrev32q_s16 (int16x8_t vec)

A32 : VREV32.16 Qd, Qm

A64 : REV32 Vd.8H, Vn.8H

public:
 static System::Runtime::Intrinsics::Vector128<int> ReverseElement16(System::Runtime::Intrinsics::Vector128<int> value);
public static System.Runtime.Intrinsics.Vector128<int> ReverseElement16 (System.Runtime.Intrinsics.Vector128<int> value);
static member ReverseElement16 : System.Runtime.Intrinsics.Vector128<int> -> System.Runtime.Intrinsics.Vector128<int>
Public Shared Function ReverseElement16 (value As Vector128(Of Integer)) As Vector128(Of Integer)

Paramètres

value
Vector128<Int32>

Retours

S’applique à

ReverseElement16(Vector128<Int64>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int16x8_t vrev64q_s16 (int16x8_t vec)

A32 : VREV64.16 Qd, Qm

A64 : REV64 Vd.8H, Vn.8H

public:
 static System::Runtime::Intrinsics::Vector128<long> ReverseElement16(System::Runtime::Intrinsics::Vector128<long> value);
public static System.Runtime.Intrinsics.Vector128<long> ReverseElement16 (System.Runtime.Intrinsics.Vector128<long> value);
static member ReverseElement16 : System.Runtime.Intrinsics.Vector128<int64> -> System.Runtime.Intrinsics.Vector128<int64>
Public Shared Function ReverseElement16 (value As Vector128(Of Long)) As Vector128(Of Long)

Paramètres

value
Vector128<Int64>

Retours

S’applique à

ReverseElement16(Vector128<UInt32>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint16x8_t vrev32q_u16 (uint16x8_t vec)

A32 : VREV32.16 Qd, Qm

A64 : REV32 Vd.8H, Vn.8H

public:
 static System::Runtime::Intrinsics::Vector128<System::UInt32> ReverseElement16(System::Runtime::Intrinsics::Vector128<System::UInt32> value);
public static System.Runtime.Intrinsics.Vector128<uint> ReverseElement16 (System.Runtime.Intrinsics.Vector128<uint> value);
static member ReverseElement16 : System.Runtime.Intrinsics.Vector128<uint32> -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function ReverseElement16 (value As Vector128(Of UInteger)) As Vector128(Of UInteger)

Paramètres

value
Vector128<UInt32>

Retours

S’applique à

ReverseElement16(Vector128<UInt64>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint16x8_t vrev64q_u16 (uint16x8_t vec)

A32 : VREV64.16 Qd, Qm

A64 : REV64 Vd.8H, Vn.8H

public:
 static System::Runtime::Intrinsics::Vector128<System::UInt64> ReverseElement16(System::Runtime::Intrinsics::Vector128<System::UInt64> value);
public static System.Runtime.Intrinsics.Vector128<ulong> ReverseElement16 (System.Runtime.Intrinsics.Vector128<ulong> value);
static member ReverseElement16 : System.Runtime.Intrinsics.Vector128<uint64> -> System.Runtime.Intrinsics.Vector128<uint64>
Public Shared Function ReverseElement16 (value As Vector128(Of ULong)) As Vector128(Of ULong)

Paramètres

value
Vector128<UInt64>

Retours

S’applique à

ReverseElement16(Vector64<Int32>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int16x4_t vrev32_s16 (int16x4_t vec)

A32 : VREV32.16 Dd, Dm

A64 : REV32 Vd.4H, Vn.4H

public:
 static System::Runtime::Intrinsics::Vector64<int> ReverseElement16(System::Runtime::Intrinsics::Vector64<int> value);
public static System.Runtime.Intrinsics.Vector64<int> ReverseElement16 (System.Runtime.Intrinsics.Vector64<int> value);
static member ReverseElement16 : System.Runtime.Intrinsics.Vector64<int> -> System.Runtime.Intrinsics.Vector64<int>
Public Shared Function ReverseElement16 (value As Vector64(Of Integer)) As Vector64(Of Integer)

Paramètres

value
Vector64<Int32>

Retours

S’applique à

ReverseElement16(Vector64<Int64>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int16x4_t vrev64_s16 (int16x4_t vec)

A32 : VREV64.16 Dd, Dm

A64 : REV64 Vd.4H, Vn.4H

public:
 static System::Runtime::Intrinsics::Vector64<long> ReverseElement16(System::Runtime::Intrinsics::Vector64<long> value);
public static System.Runtime.Intrinsics.Vector64<long> ReverseElement16 (System.Runtime.Intrinsics.Vector64<long> value);
static member ReverseElement16 : System.Runtime.Intrinsics.Vector64<int64> -> System.Runtime.Intrinsics.Vector64<int64>
Public Shared Function ReverseElement16 (value As Vector64(Of Long)) As Vector64(Of Long)

Paramètres

value
Vector64<Int64>

Retours

S’applique à

ReverseElement16(Vector64<UInt32>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint16x4_t vrev32_u16 (uint16x4_t vec)

A32 : VREV32.16 Dd, Dm

A64 : REV32 Vd.4H, Vn.4H

public:
 static System::Runtime::Intrinsics::Vector64<System::UInt32> ReverseElement16(System::Runtime::Intrinsics::Vector64<System::UInt32> value);
public static System.Runtime.Intrinsics.Vector64<uint> ReverseElement16 (System.Runtime.Intrinsics.Vector64<uint> value);
static member ReverseElement16 : System.Runtime.Intrinsics.Vector64<uint32> -> System.Runtime.Intrinsics.Vector64<uint32>
Public Shared Function ReverseElement16 (value As Vector64(Of UInteger)) As Vector64(Of UInteger)

Paramètres

value
Vector64<UInt32>

Retours

S’applique à

ReverseElement16(Vector64<UInt64>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

uint16x4_t vrev64_u16 (uint16x4_t vec)

A32 : VREV64.16 Dd, Dm

A64 : REV64 Vd.4H, Vn.4H

public:
 static System::Runtime::Intrinsics::Vector64<System::UInt64> ReverseElement16(System::Runtime::Intrinsics::Vector64<System::UInt64> value);
public static System.Runtime.Intrinsics.Vector64<ulong> ReverseElement16 (System.Runtime.Intrinsics.Vector64<ulong> value);
static member ReverseElement16 : System.Runtime.Intrinsics.Vector64<uint64> -> System.Runtime.Intrinsics.Vector64<uint64>
Public Shared Function ReverseElement16 (value As Vector64(Of ULong)) As Vector64(Of ULong)

Paramètres

value
Vector64<UInt64>

Retours

S’applique à