AdvSimd.Arm64.ReverseElementBits 方法

定義

多載

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

來源:
AdvSimd.PlatformNotSupported.cs
來源:
AdvSimd.PlatformNotSupported.cs
來源:
AdvSimd.PlatformNotSupported.cs

uint8x16_t vrbitq_u8 (uint8x16_t a)

A64: RBIT Vd.16B, Vn.16B

public static System.Runtime.Intrinsics.Vector128<byte> ReverseElementBits (System.Runtime.Intrinsics.Vector128<byte> value);

參數

value
Vector128<Byte>

傳回

適用於

.NET 9 及其他版本
產品 版本
.NET 5, 6, 7, 8, 9

ReverseElementBits(Vector128<SByte>)

來源:
AdvSimd.PlatformNotSupported.cs
來源:
AdvSimd.PlatformNotSupported.cs
來源:
AdvSimd.PlatformNotSupported.cs

int8x16_t vrbitq_s8 (int8x16_t a)

A64: RBIT Vd.16B, Vn.16B

public static System.Runtime.Intrinsics.Vector128<sbyte> ReverseElementBits (System.Runtime.Intrinsics.Vector128<sbyte> value);

參數

value
Vector128<SByte>

傳回

適用於

.NET 9 及其他版本
產品 版本
.NET 5, 6, 7, 8, 9

ReverseElementBits(Vector64<Byte>)

來源:
AdvSimd.PlatformNotSupported.cs
來源:
AdvSimd.PlatformNotSupported.cs
來源:
AdvSimd.PlatformNotSupported.cs

uint8x8_t vrbit_u8 (uint8x8_t a)

A64: RBIT Vd.8B, Vn.8B

public static System.Runtime.Intrinsics.Vector64<byte> ReverseElementBits (System.Runtime.Intrinsics.Vector64<byte> value);

參數

value
Vector64<Byte>

傳回

適用於

.NET 9 及其他版本
產品 版本
.NET 5, 6, 7, 8, 9

ReverseElementBits(Vector64<SByte>)

來源:
AdvSimd.PlatformNotSupported.cs
來源:
AdvSimd.PlatformNotSupported.cs
來源:
AdvSimd.PlatformNotSupported.cs

int8x8_t vrbit_s8(int8x8_t a)

A64: RBIT Vd.8B, Vn.8B

public static System.Runtime.Intrinsics.Vector64<sbyte> ReverseElementBits (System.Runtime.Intrinsics.Vector64<sbyte> value);

參數

value
Vector64<SByte>

傳回

適用於

.NET 9 及其他版本
產品 版本
.NET 5, 6, 7, 8, 9