AdvSimd.Arm64.ShiftLeftLogicalSaturateUnsignedScalar 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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, const int n) A64: SQSHLU Bd, Bn, #n |
ShiftLeftLogicalSaturateUnsignedScalar(Vector64<Int16>, Byte) |
uint16_t vqshluh_n_s16(int16_t, 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
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)
매개 변수
- count
- Byte
반환
적용 대상
ShiftLeftLogicalSaturateUnsignedScalar(Vector64<SByte>, Byte)
uint8_t vqshlub_n_s8(int8_t, 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)
매개 변수
- count
- Byte
반환
적용 대상
ShiftLeftLogicalSaturateUnsignedScalar(Vector64<Int16>, Byte)
uint16_t vqshluh_n_s16(int16_t, 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)
매개 변수
- count
- Byte
반환
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET