AdvSimd.Arm64.ReverseElementBits メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ReverseElementBits(Vector128<Byte>) |
uint8x16_t vrbitq_u8 (uint8x16_t a) A64: RBIT Vd.16B, Vn.16B |
ReverseElementBits(Vector128<SByte>) |
int8x16_t vrbitq_s8 (int8x16_t a) A64: RBIT Vd.16B, Vn.16B |
ReverseElementBits(Vector64<Byte>) |
uint8x8_t vrbit_u8 (uint8x8_t a) A64: RBIT Vd.8B, Vn.8B |
ReverseElementBits(Vector64<SByte>) |
int8x8_t vrbit_s8 (int8x8_t a) A64: RBIT Vd.8B, Vn.8B |
ReverseElementBits(Vector128<Byte>)
uint8x16_t vrbitq_u8 (uint8x16_t a)
A64: RBIT Vd.16B, Vn.16B
public:
static System::Runtime::Intrinsics::Vector128<System::Byte> ReverseElementBits(System::Runtime::Intrinsics::Vector128<System::Byte> value);
public static System.Runtime.Intrinsics.Vector128<byte> ReverseElementBits (System.Runtime.Intrinsics.Vector128<byte> value);
static member ReverseElementBits : System.Runtime.Intrinsics.Vector128<byte> -> System.Runtime.Intrinsics.Vector128<byte>
Public Shared Function ReverseElementBits (value As Vector128(Of Byte)) As Vector128(Of Byte)
パラメーター
戻り値
適用対象
ReverseElementBits(Vector128<SByte>)
int8x16_t vrbitq_s8 (int8x16_t a)
A64: RBIT Vd.16B, Vn.16B
public:
static System::Runtime::Intrinsics::Vector128<System::SByte> ReverseElementBits(System::Runtime::Intrinsics::Vector128<System::SByte> value);
public static System.Runtime.Intrinsics.Vector128<sbyte> ReverseElementBits (System.Runtime.Intrinsics.Vector128<sbyte> value);
static member ReverseElementBits : System.Runtime.Intrinsics.Vector128<sbyte> -> System.Runtime.Intrinsics.Vector128<sbyte>
Public Shared Function ReverseElementBits (value As Vector128(Of SByte)) As Vector128(Of SByte)
パラメーター
戻り値
適用対象
ReverseElementBits(Vector64<Byte>)
uint8x8_t vrbit_u8 (uint8x8_t a)
A64: RBIT Vd.8B, Vn.8B
public:
static System::Runtime::Intrinsics::Vector64<System::Byte> ReverseElementBits(System::Runtime::Intrinsics::Vector64<System::Byte> value);
public static System.Runtime.Intrinsics.Vector64<byte> ReverseElementBits (System.Runtime.Intrinsics.Vector64<byte> value);
static member ReverseElementBits : System.Runtime.Intrinsics.Vector64<byte> -> System.Runtime.Intrinsics.Vector64<byte>
Public Shared Function ReverseElementBits (value As Vector64(Of Byte)) As Vector64(Of Byte)
パラメーター
戻り値
適用対象
ReverseElementBits(Vector64<SByte>)
int8x8_t vrbit_s8 (int8x8_t a)
A64: RBIT Vd.8B, Vn.8B
public:
static System::Runtime::Intrinsics::Vector64<System::SByte> ReverseElementBits(System::Runtime::Intrinsics::Vector64<System::SByte> value);
public static System.Runtime.Intrinsics.Vector64<sbyte> ReverseElementBits (System.Runtime.Intrinsics.Vector64<sbyte> value);
static member ReverseElementBits : System.Runtime.Intrinsics.Vector64<sbyte> -> System.Runtime.Intrinsics.Vector64<sbyte>
Public Shared Function ReverseElementBits (value As Vector64(Of SByte)) As Vector64(Of SByte)
パラメーター
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET