AdvSimd.ReverseElement32 Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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>)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- 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)
Параметры
Возвращаемое значение
Применяется к
ReverseElement32(Vector64<Int64>)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- 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)
Параметры
Возвращаемое значение
Применяется к
ReverseElement32(Vector128<UInt64>)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- 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)
Параметры
Возвращаемое значение
Применяется к
ReverseElement32(Vector128<Int64>)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- 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)