AdvSimd.Arm64.ShiftLeftLogicalSaturateUnsignedScalar Méthode

Définition

Surcharges

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)

uint16_t vqshluh_n_s16 (int16_t a, const int n)

A64 : SQSHLU Hd, Hn, #n

ShiftLeftLogicalSaturateUnsignedScalar(Vector64<Int32>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
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<uint> ShiftLeftLogicalSaturateUnsignedScalar (System.Runtime.Intrinsics.Vector64<int> value, byte count);

Paramètres

value
Vector64<Int32>
count
Byte

Retours

S’applique à

.NET 9 et autres versions
Produit Versions
.NET 5, 6, 7, 8, 9

ShiftLeftLogicalSaturateUnsignedScalar(Vector64<SByte>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
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<byte> ShiftLeftLogicalSaturateUnsignedScalar (System.Runtime.Intrinsics.Vector64<sbyte> value, byte count);

Paramètres

value
Vector64<SByte>
count
Byte

Retours

S’applique à

.NET 9 et autres versions
Produit Versions
.NET 5, 6, 7, 8, 9

ShiftLeftLogicalSaturateUnsignedScalar(Vector64<Int16>, Byte)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
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<ushort> ShiftLeftLogicalSaturateUnsignedScalar (System.Runtime.Intrinsics.Vector64<short> value, byte count);

Paramètres

value
Vector64<Int16>
count
Byte

Retours

S’applique à

.NET 9 et autres versions
Produit Versions
.NET 5, 6, 7, 8, 9