次の方法で共有


AdvSimd.Arm64.ShiftLeftLogicalSaturateUnsignedScalar メソッド

定義

オーバーロード

ShiftLeftLogicalSaturateUnsignedScalar(Vector64<Int16>, Byte)

uint16_t vqshluh_n_s16 (int16_t a, const int n)

A64: SQSHLU Hd, Hn, #n

ShiftLeftLogicalSaturateUnsignedScalar(Vector64<Int32>, Byte)

uint32_t vqshlus_n_s32 (int32_t a, const int n)

A64: SQSHLU Sd, Sn, #n

ShiftLeftLogicalSaturateUnsignedScalar(Vector64<SByte>, Byte)

uint8_t vqshlub_n_s8 (int8_t a, const int n)

A64: SQSHLU Bd, Bn, #n

ShiftLeftLogicalSaturateUnsignedScalar(Vector64<Int16>, Byte)

ソース:
AdvSimd.PlatformNotSupported.cs
ソース:
AdvSimd.PlatformNotSupported.cs
ソース:
AdvSimd.PlatformNotSupported.cs

uint16_t vqshluh_n_s16 (int16_t a, const int n)

A64: SQSHLU Hd, Hn, #n

public:
 static System::Runtime::Intrinsics::Vector64<System::UInt16> ShiftLeftLogicalSaturateUnsignedScalar(System::Runtime::Intrinsics::Vector64<short> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<ushort> ShiftLeftLogicalSaturateUnsignedScalar (System.Runtime.Intrinsics.Vector64<short> value, byte count);
static member ShiftLeftLogicalSaturateUnsignedScalar : System.Runtime.Intrinsics.Vector64<int16> * byte -> System.Runtime.Intrinsics.Vector64<uint16>
Public Shared Function ShiftLeftLogicalSaturateUnsignedScalar (value As Vector64(Of Short), count As Byte) As Vector64(Of UShort)

パラメーター

value
Vector64<Int16>
count
Byte

戻り値

適用対象

ShiftLeftLogicalSaturateUnsignedScalar(Vector64<Int32>, Byte)

ソース:
AdvSimd.PlatformNotSupported.cs
ソース:
AdvSimd.PlatformNotSupported.cs
ソース:
AdvSimd.PlatformNotSupported.cs

uint32_t vqshlus_n_s32 (int32_t a, const int n)

A64: SQSHLU Sd, Sn, #n

public:
 static System::Runtime::Intrinsics::Vector64<System::UInt32> ShiftLeftLogicalSaturateUnsignedScalar(System::Runtime::Intrinsics::Vector64<int> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<uint> ShiftLeftLogicalSaturateUnsignedScalar (System.Runtime.Intrinsics.Vector64<int> value, byte count);
static member ShiftLeftLogicalSaturateUnsignedScalar : System.Runtime.Intrinsics.Vector64<int> * byte -> System.Runtime.Intrinsics.Vector64<uint32>
Public Shared Function ShiftLeftLogicalSaturateUnsignedScalar (value As Vector64(Of Integer), count As Byte) As Vector64(Of UInteger)

パラメーター

value
Vector64<Int32>
count
Byte

戻り値

適用対象

ShiftLeftLogicalSaturateUnsignedScalar(Vector64<SByte>, Byte)

ソース:
AdvSimd.PlatformNotSupported.cs
ソース:
AdvSimd.PlatformNotSupported.cs
ソース:
AdvSimd.PlatformNotSupported.cs

uint8_t vqshlub_n_s8 (int8_t a, const int n)

A64: SQSHLU Bd, Bn, #n

public:
 static System::Runtime::Intrinsics::Vector64<System::Byte> ShiftLeftLogicalSaturateUnsignedScalar(System::Runtime::Intrinsics::Vector64<System::SByte> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<byte> ShiftLeftLogicalSaturateUnsignedScalar (System.Runtime.Intrinsics.Vector64<sbyte> value, byte count);
static member ShiftLeftLogicalSaturateUnsignedScalar : System.Runtime.Intrinsics.Vector64<sbyte> * byte -> System.Runtime.Intrinsics.Vector64<byte>
Public Shared Function ShiftLeftLogicalSaturateUnsignedScalar (value As Vector64(Of SByte), count As Byte) As Vector64(Of Byte)

パラメーター

value
Vector64<SByte>
count
Byte

戻り値

適用対象