AdvSimd.ReverseElement8 Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
ReverseElement8(Vector64<UInt64>) |
uint8x8_t vrev64_u8 (uint8x8_t vec) A32: VREV64.8 Dd, Dm A64: REV64 Vd.8B, Vn.8B |
ReverseElement8(Vector128<Int16>) |
int8x16_t vrev16q_s8 (int8x16_t vec) A32: VREV16.8 Qd, Qm A64: REV16 Vd.16B, Vn.16B |
ReverseElement8(Vector128<Int32>) |
int8x16_t vrev32q_s8 (int8x16_t vec) A32: VREV32.8 Qd, Qm A64: REV32 Vd.16B, Vn.16B |
ReverseElement8(Vector128<Int64>) |
int8x16_t vrev64q_s8 (int8x16_t vec) A32: VREV64.8 Qd, Qm A64: REV64 Vd.16B, Vn.16B |
ReverseElement8(Vector128<UInt16>) |
uint8x16_t vrev16q_u8 (uint8x16_t vec) A32: VREV16.8 Qd, Qm A64: REV16 Vd.16B, Vn.16B |
ReverseElement8(Vector128<UInt32>) |
uint8x16_t vrev32q_u8 (uint8x16_t vec) A32: VREV32.8 Qd, Qm A64: REV32 Vd.16B, Vn.16B |
ReverseElement8(Vector128<UInt64>) |
uint8x16_t vrev64q_u8 (uint8x16_t vec) A32: VREV64.8 Qd, Qm A64: REV64 Vd.16B, Vn.16B |
ReverseElement8(Vector64<Int16>) |
int8x8_t vrev16_s8 (int8x8_t vec) A32: VREV16.8 Dd, Dm A64: REV16 Vd.8B, Vn.8B |
ReverseElement8(Vector64<Int32>) |
int8x8_t vrev32_s8 (int8x8_t vec) A32: VREV32.8 Dd, Dm A64: REV32 Vd.8B, Vn.8B |
ReverseElement8(Vector64<UInt16>) |
uint8x8_t vrev16_u8 (uint8x8_t vec) A32: VREV16.8 Dd, Dm A64: REV16 Vd.8B, Vn.8B |
ReverseElement8(Vector64<UInt32>) |
uint8x8_t vrev32_u8 (uint8x8_t vec) A32: VREV32.8 Dd, Dm A64: REV32 Vd.8B, Vn.8B |
ReverseElement8(Vector64<Int64>) |
int8x8_t vrev64_s8 (int8x8_t vec) A32: VREV64.8 Dd, Dm A64: REV64 Vd.8B, Vn.8B |
ReverseElement8(Vector64<UInt64>)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
uint8x8_t vrev64_u8 (uint8x8_t vec)
A32: VREV64.8 Dd, Dm
A64: REV64 Vd.8B, Vn.8B
public:
static System::Runtime::Intrinsics::Vector64<System::UInt64> ReverseElement8(System::Runtime::Intrinsics::Vector64<System::UInt64> value);
public static System.Runtime.Intrinsics.Vector64<ulong> ReverseElement8 (System.Runtime.Intrinsics.Vector64<ulong> value);
static member ReverseElement8 : System.Runtime.Intrinsics.Vector64<uint64> -> System.Runtime.Intrinsics.Vector64<uint64>
Public Shared Function ReverseElement8 (value As Vector64(Of ULong)) As Vector64(Of ULong)
Параметры
Возвращаемое значение
Применяется к
ReverseElement8(Vector128<Int16>)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
int8x16_t vrev16q_s8 (int8x16_t vec)
A32: VREV16.8 Qd, Qm
A64: REV16 Vd.16B, Vn.16B
public:
static System::Runtime::Intrinsics::Vector128<short> ReverseElement8(System::Runtime::Intrinsics::Vector128<short> value);
public static System.Runtime.Intrinsics.Vector128<short> ReverseElement8 (System.Runtime.Intrinsics.Vector128<short> value);
static member ReverseElement8 : System.Runtime.Intrinsics.Vector128<int16> -> System.Runtime.Intrinsics.Vector128<int16>
Public Shared Function ReverseElement8 (value As Vector128(Of Short)) As Vector128(Of Short)
Параметры
Возвращаемое значение
Применяется к
ReverseElement8(Vector128<Int32>)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
int8x16_t vrev32q_s8 (int8x16_t vec)
A32: VREV32.8 Qd, Qm
A64: REV32 Vd.16B, Vn.16B
public:
static System::Runtime::Intrinsics::Vector128<int> ReverseElement8(System::Runtime::Intrinsics::Vector128<int> value);
public static System.Runtime.Intrinsics.Vector128<int> ReverseElement8 (System.Runtime.Intrinsics.Vector128<int> value);
static member ReverseElement8 : System.Runtime.Intrinsics.Vector128<int> -> System.Runtime.Intrinsics.Vector128<int>
Public Shared Function ReverseElement8 (value As Vector128(Of Integer)) As Vector128(Of Integer)
Параметры
Возвращаемое значение
Применяется к
ReverseElement8(Vector128<Int64>)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
int8x16_t vrev64q_s8 (int8x16_t vec)
A32: VREV64.8 Qd, Qm
A64: REV64 Vd.16B, Vn.16B
public:
static System::Runtime::Intrinsics::Vector128<long> ReverseElement8(System::Runtime::Intrinsics::Vector128<long> value);
public static System.Runtime.Intrinsics.Vector128<long> ReverseElement8 (System.Runtime.Intrinsics.Vector128<long> value);
static member ReverseElement8 : System.Runtime.Intrinsics.Vector128<int64> -> System.Runtime.Intrinsics.Vector128<int64>
Public Shared Function ReverseElement8 (value As Vector128(Of Long)) As Vector128(Of Long)
Параметры
Возвращаемое значение
Применяется к
ReverseElement8(Vector128<UInt16>)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
uint8x16_t vrev16q_u8 (uint8x16_t vec)
A32: VREV16.8 Qd, Qm
A64: REV16 Vd.16B, Vn.16B
public:
static System::Runtime::Intrinsics::Vector128<System::UInt16> ReverseElement8(System::Runtime::Intrinsics::Vector128<System::UInt16> value);
public static System.Runtime.Intrinsics.Vector128<ushort> ReverseElement8 (System.Runtime.Intrinsics.Vector128<ushort> value);
static member ReverseElement8 : System.Runtime.Intrinsics.Vector128<uint16> -> System.Runtime.Intrinsics.Vector128<uint16>
Public Shared Function ReverseElement8 (value As Vector128(Of UShort)) As Vector128(Of UShort)
Параметры
Возвращаемое значение
Применяется к
ReverseElement8(Vector128<UInt32>)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
uint8x16_t vrev32q_u8 (uint8x16_t vec)
A32: VREV32.8 Qd, Qm
A64: REV32 Vd.16B, Vn.16B
public:
static System::Runtime::Intrinsics::Vector128<System::UInt32> ReverseElement8(System::Runtime::Intrinsics::Vector128<System::UInt32> value);
public static System.Runtime.Intrinsics.Vector128<uint> ReverseElement8 (System.Runtime.Intrinsics.Vector128<uint> value);
static member ReverseElement8 : System.Runtime.Intrinsics.Vector128<uint32> -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function ReverseElement8 (value As Vector128(Of UInteger)) As Vector128(Of UInteger)
Параметры
Возвращаемое значение
Применяется к
ReverseElement8(Vector128<UInt64>)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
uint8x16_t vrev64q_u8 (uint8x16_t vec)
A32: VREV64.8 Qd, Qm
A64: REV64 Vd.16B, Vn.16B
public:
static System::Runtime::Intrinsics::Vector128<System::UInt64> ReverseElement8(System::Runtime::Intrinsics::Vector128<System::UInt64> value);
public static System.Runtime.Intrinsics.Vector128<ulong> ReverseElement8 (System.Runtime.Intrinsics.Vector128<ulong> value);
static member ReverseElement8 : System.Runtime.Intrinsics.Vector128<uint64> -> System.Runtime.Intrinsics.Vector128<uint64>
Public Shared Function ReverseElement8 (value As Vector128(Of ULong)) As Vector128(Of ULong)
Параметры
Возвращаемое значение
Применяется к
ReverseElement8(Vector64<Int16>)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
int8x8_t vrev16_s8 (int8x8_t vec)
A32: VREV16.8 Dd, Dm
A64: REV16 Vd.8B, Vn.8B
public:
static System::Runtime::Intrinsics::Vector64<short> ReverseElement8(System::Runtime::Intrinsics::Vector64<short> value);
public static System.Runtime.Intrinsics.Vector64<short> ReverseElement8 (System.Runtime.Intrinsics.Vector64<short> value);
static member ReverseElement8 : System.Runtime.Intrinsics.Vector64<int16> -> System.Runtime.Intrinsics.Vector64<int16>
Public Shared Function ReverseElement8 (value As Vector64(Of Short)) As Vector64(Of Short)
Параметры
Возвращаемое значение
Применяется к
ReverseElement8(Vector64<Int32>)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
int8x8_t vrev32_s8 (int8x8_t vec)
A32: VREV32.8 Dd, Dm
A64: REV32 Vd.8B, Vn.8B
public:
static System::Runtime::Intrinsics::Vector64<int> ReverseElement8(System::Runtime::Intrinsics::Vector64<int> value);
public static System.Runtime.Intrinsics.Vector64<int> ReverseElement8 (System.Runtime.Intrinsics.Vector64<int> value);
static member ReverseElement8 : System.Runtime.Intrinsics.Vector64<int> -> System.Runtime.Intrinsics.Vector64<int>
Public Shared Function ReverseElement8 (value As Vector64(Of Integer)) As Vector64(Of Integer)
Параметры
Возвращаемое значение
Применяется к
ReverseElement8(Vector64<UInt16>)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
uint8x8_t vrev16_u8 (uint8x8_t vec)
A32: VREV16.8 Dd, Dm
A64: REV16 Vd.8B, Vn.8B
public:
static System::Runtime::Intrinsics::Vector64<System::UInt16> ReverseElement8(System::Runtime::Intrinsics::Vector64<System::UInt16> value);
public static System.Runtime.Intrinsics.Vector64<ushort> ReverseElement8 (System.Runtime.Intrinsics.Vector64<ushort> value);
static member ReverseElement8 : System.Runtime.Intrinsics.Vector64<uint16> -> System.Runtime.Intrinsics.Vector64<uint16>
Public Shared Function ReverseElement8 (value As Vector64(Of UShort)) As Vector64(Of UShort)
Параметры
Возвращаемое значение
Применяется к
ReverseElement8(Vector64<UInt32>)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
uint8x8_t vrev32_u8 (uint8x8_t vec)
A32: VREV32.8 Dd, Dm
A64: REV32 Vd.8B, Vn.8B
public:
static System::Runtime::Intrinsics::Vector64<System::UInt32> ReverseElement8(System::Runtime::Intrinsics::Vector64<System::UInt32> value);
public static System.Runtime.Intrinsics.Vector64<uint> ReverseElement8 (System.Runtime.Intrinsics.Vector64<uint> value);
static member ReverseElement8 : System.Runtime.Intrinsics.Vector64<uint32> -> System.Runtime.Intrinsics.Vector64<uint32>
Public Shared Function ReverseElement8 (value As Vector64(Of UInteger)) As Vector64(Of UInteger)
Параметры
Возвращаемое значение
Применяется к
ReverseElement8(Vector64<Int64>)
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
- Исходный код:
- AdvSimd.PlatformNotSupported.cs
int8x8_t vrev64_s8 (int8x8_t vec)
A32: VREV64.8 Dd, Dm
A64: REV64 Vd.8B, Vn.8B
public:
static System::Runtime::Intrinsics::Vector64<long> ReverseElement8(System::Runtime::Intrinsics::Vector64<long> value);
public static System.Runtime.Intrinsics.Vector64<long> ReverseElement8 (System.Runtime.Intrinsics.Vector64<long> value);
static member ReverseElement8 : System.Runtime.Intrinsics.Vector64<int64> -> System.Runtime.Intrinsics.Vector64<int64>
Public Shared Function ReverseElement8 (value As Vector64(Of Long)) As Vector64(Of Long)