AdvSimd.ShiftLeftLogicalSaturateUnsigned 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ShiftLeftLogicalSaturateUnsigned(Vector128<Int16>, Byte) |
uint16x8_t vqshluq_n_s16(int16x8_t, const int n) A32: VQSHLU.S16 Qd, Qm, #n A64: SQSHLU Vd.8H, Vn.8H, #n |
ShiftLeftLogicalSaturateUnsigned(Vector128<Int64>, Byte) |
uint64x2_t vqshluq_n_s64(int64x2_t, const int n) A32: VQSHLU.S64 Qd, Qm, #n A64: SQSHLU Vd.2D, Vn.2D, #n |
ShiftLeftLogicalSaturateUnsigned(Vector128<SByte>, Byte) |
uint8x16_t vqshluq_n_s8(int8x16_t, const int n) A32: VQSHLU.S8 Qd, Qm, #n A64: SQSHLU Vd.16B, Vn.16B, #n |
ShiftLeftLogicalSaturateUnsigned(Vector64<Int16>, Byte) |
uint16x4_t vqshlu_n_s16(int16x4_t, const int n) A32: VQSHLU.S16 Dd, Dm, #n A64: SQSHLU Vd.4H, Vn.4H, #n |
ShiftLeftLogicalSaturateUnsigned(Vector64<Int32>, Byte) |
uint32x2_t vqshlu_n_s32(int32x2_t, const int n) A32: VQSHLU.S32 Dd, Dm, #n A64: SQSHLU Vd.2S, Vn.2S, #n |
ShiftLeftLogicalSaturateUnsigned(Vector64<SByte>, Byte) |
uint8x8_t vqshlu_n_s8(int8x8_t, const int n) A32: VQSHLU.S8 Dd, Dm, #n A64: SQSHLU Vd.8B, Vn.8B, #n |
ShiftLeftLogicalSaturateUnsigned(Vector128<Int32>, Byte) |
uint32x4_t vqshluq_n_s32(int32x4_t, const int n) A32: VQSHLU.S32 Qd, Qm, #n A64: SQSHLU Vd.4S, Vn.4S, #n |
ShiftLeftLogicalSaturateUnsigned(Vector128<Int16>, Byte)
uint16x8_t vqshluq_n_s16(int16x8_t, const int n)
A32: VQSHLU.S16 Qd, Qm, #n
A64: SQSHLU Vd.8H, Vn.8H, #n
public:
static System::Runtime::Intrinsics::Vector128<System::UInt16> ShiftLeftLogicalSaturateUnsigned(System::Runtime::Intrinsics::Vector128<short> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector128<ushort> ShiftLeftLogicalSaturateUnsigned (System.Runtime.Intrinsics.Vector128<short> value, byte count);
static member ShiftLeftLogicalSaturateUnsigned : System.Runtime.Intrinsics.Vector128<int16> * byte -> System.Runtime.Intrinsics.Vector128<uint16>
Public Shared Function ShiftLeftLogicalSaturateUnsigned (value As Vector128(Of Short), count As Byte) As Vector128(Of UShort)
매개 변수
- count
- Byte
반환
적용 대상
ShiftLeftLogicalSaturateUnsigned(Vector128<Int64>, Byte)
uint64x2_t vqshluq_n_s64(int64x2_t, const int n)
A32: VQSHLU.S64 Qd, Qm, #n
A64: SQSHLU Vd.2D, Vn.2D, #n
public:
static System::Runtime::Intrinsics::Vector128<System::UInt64> ShiftLeftLogicalSaturateUnsigned(System::Runtime::Intrinsics::Vector128<long> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector128<ulong> ShiftLeftLogicalSaturateUnsigned (System.Runtime.Intrinsics.Vector128<long> value, byte count);
static member ShiftLeftLogicalSaturateUnsigned : System.Runtime.Intrinsics.Vector128<int64> * byte -> System.Runtime.Intrinsics.Vector128<uint64>
Public Shared Function ShiftLeftLogicalSaturateUnsigned (value As Vector128(Of Long), count As Byte) As Vector128(Of ULong)
매개 변수
- count
- Byte
반환
적용 대상
ShiftLeftLogicalSaturateUnsigned(Vector128<SByte>, Byte)
uint8x16_t vqshluq_n_s8(int8x16_t, const int n)
A32: VQSHLU.S8 Qd, Qm, #n
A64: SQSHLU Vd.16B, Vn.16B, #n
public:
static System::Runtime::Intrinsics::Vector128<System::Byte> ShiftLeftLogicalSaturateUnsigned(System::Runtime::Intrinsics::Vector128<System::SByte> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector128<byte> ShiftLeftLogicalSaturateUnsigned (System.Runtime.Intrinsics.Vector128<sbyte> value, byte count);
static member ShiftLeftLogicalSaturateUnsigned : System.Runtime.Intrinsics.Vector128<sbyte> * byte -> System.Runtime.Intrinsics.Vector128<byte>
Public Shared Function ShiftLeftLogicalSaturateUnsigned (value As Vector128(Of SByte), count As Byte) As Vector128(Of Byte)
매개 변수
- count
- Byte
반환
적용 대상
ShiftLeftLogicalSaturateUnsigned(Vector64<Int16>, Byte)
uint16x4_t vqshlu_n_s16(int16x4_t, const int n)
A32: VQSHLU.S16 Dd, Dm, #n
A64: SQSHLU Vd.4H, Vn.4H, #n
public:
static System::Runtime::Intrinsics::Vector64<System::UInt16> ShiftLeftLogicalSaturateUnsigned(System::Runtime::Intrinsics::Vector64<short> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<ushort> ShiftLeftLogicalSaturateUnsigned (System.Runtime.Intrinsics.Vector64<short> value, byte count);
static member ShiftLeftLogicalSaturateUnsigned : System.Runtime.Intrinsics.Vector64<int16> * byte -> System.Runtime.Intrinsics.Vector64<uint16>
Public Shared Function ShiftLeftLogicalSaturateUnsigned (value As Vector64(Of Short), count As Byte) As Vector64(Of UShort)
매개 변수
- count
- Byte
반환
적용 대상
ShiftLeftLogicalSaturateUnsigned(Vector64<Int32>, Byte)
uint32x2_t vqshlu_n_s32(int32x2_t, const int n)
A32: VQSHLU.S32 Dd, Dm, #n
A64: SQSHLU Vd.2S, Vn.2S, #n
public:
static System::Runtime::Intrinsics::Vector64<System::UInt32> ShiftLeftLogicalSaturateUnsigned(System::Runtime::Intrinsics::Vector64<int> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<uint> ShiftLeftLogicalSaturateUnsigned (System.Runtime.Intrinsics.Vector64<int> value, byte count);
static member ShiftLeftLogicalSaturateUnsigned : System.Runtime.Intrinsics.Vector64<int> * byte -> System.Runtime.Intrinsics.Vector64<uint32>
Public Shared Function ShiftLeftLogicalSaturateUnsigned (value As Vector64(Of Integer), count As Byte) As Vector64(Of UInteger)
매개 변수
- count
- Byte
반환
적용 대상
ShiftLeftLogicalSaturateUnsigned(Vector64<SByte>, Byte)
uint8x8_t vqshlu_n_s8(int8x8_t, const int n)
A32: VQSHLU.S8 Dd, Dm, #n
A64: SQSHLU Vd.8B, Vn.8B, #n
public:
static System::Runtime::Intrinsics::Vector64<System::Byte> ShiftLeftLogicalSaturateUnsigned(System::Runtime::Intrinsics::Vector64<System::SByte> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector64<byte> ShiftLeftLogicalSaturateUnsigned (System.Runtime.Intrinsics.Vector64<sbyte> value, byte count);
static member ShiftLeftLogicalSaturateUnsigned : System.Runtime.Intrinsics.Vector64<sbyte> * byte -> System.Runtime.Intrinsics.Vector64<byte>
Public Shared Function ShiftLeftLogicalSaturateUnsigned (value As Vector64(Of SByte), count As Byte) As Vector64(Of Byte)
매개 변수
- count
- Byte
반환
적용 대상
ShiftLeftLogicalSaturateUnsigned(Vector128<Int32>, Byte)
uint32x4_t vqshluq_n_s32(int32x4_t, const int n)
A32: VQSHLU.S32 Qd, Qm, #n
A64: SQSHLU Vd.4S, Vn.4S, #n
public:
static System::Runtime::Intrinsics::Vector128<System::UInt32> ShiftLeftLogicalSaturateUnsigned(System::Runtime::Intrinsics::Vector128<int> value, System::Byte count);
public static System.Runtime.Intrinsics.Vector128<uint> ShiftLeftLogicalSaturateUnsigned (System.Runtime.Intrinsics.Vector128<int> value, byte count);
static member ShiftLeftLogicalSaturateUnsigned : System.Runtime.Intrinsics.Vector128<int> * byte -> System.Runtime.Intrinsics.Vector128<uint32>
Public Shared Function ShiftLeftLogicalSaturateUnsigned (value As Vector128(Of Integer), count As Byte) As Vector128(Of UInteger)
매개 변수
- count
- Byte
반환
적용 대상
.NET