Sve.GatherVectorUInt16ZeroExtend 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| Name | Description |
|---|---|
| GatherVectorUInt16ZeroExtend(Vector<UInt64>, UInt16*, Vector<Int64>) |
svuint64_t svld1uh_gather_[s64]index_u64(svbool_t pg, const uint16_t *base, svint64_t 인덱스) LD1H Zresult.D, Pg/Z, [Xbase, Zindices.D, LSL #1] |
| GatherVectorUInt16ZeroExtend(Vector<UInt32>, UInt16*, Vector<UInt32>) |
svuint32_t svld1uh_gather_[u32]index_u32(svbool_t pg, const uint16_t *base, svuint32_t 인덱스) LD1H Zresult.S, Pg/Z, [Xbase, Zindices.S, UXTW #1] |
| GatherVectorUInt16ZeroExtend(Vector<UInt32>, UInt16*, Vector<Int32>) |
svuint32_t svld1uh_gather_[s32]index_u32(svbool_t pg, const uint16_t *base, svint32_t 인덱스) LD1H Zresult.S, Pg/Z, [Xbase, Zindices.S, SXTW #1] |
| GatherVectorUInt16ZeroExtend(Vector<Int64>, UInt16*, Vector<UInt64>) |
svint64_t svld1uh_gather_[u64]index_s64(svbool_t pg, const uint16_t *base, svuint64_t 인덱스) LD1H Zresult.D, Pg/Z, [Xbase, Zindices.D, LSL #1] |
| GatherVectorUInt16ZeroExtend(Vector<UInt64>, UInt16*, Vector<UInt64>) |
svuint64_t svld1uh_gather_[u64]index_u64(svbool_t pg, const uint16_t *base, svuint64_t 인덱스) LD1H Zresult.D, Pg/Z, [Xbase, Zindices.D, LSL #1] |
| GatherVectorUInt16ZeroExtend(Vector<Int32>, UInt16*, Vector<UInt32>) |
svint32_t svld1uh_gather_[u32]index_s32(svbool_t pg, const uint16_t *base, svuint32_t 인덱스) LD1H Zresult.S, Pg/Z, [Xbase, Zindices.S, UXTW #1] |
| GatherVectorUInt16ZeroExtend(Vector<Int32>, UInt16*, Vector<Int32>) |
svint32_t svld1uh_gather_[s32]index_s32(svbool_t pg, const uint16_t *base, svint32_t 인덱스) LD1H Zresult.S, Pg/Z, [Xbase, Zindices.S, SXTW #1] |
| GatherVectorUInt16ZeroExtend(Vector<UInt64>, Vector<UInt64>) |
svuint64_t svld1uh_gather[_u64base]_u64(svbool_t pg, svuint64_t 베이스) LD1H Zresult.D, Pg/Z, [Zbases.D, #0] |
| GatherVectorUInt16ZeroExtend(Vector<Int64>, Vector<UInt64>) |
svint64_t svld1uh_gather[_u64base]_s64(svbool_t pg, svuint64_t 베이스) LD1H Zresult.D, Pg/Z, [Zbases.D, #0] |
| GatherVectorUInt16ZeroExtend(Vector<Int64>, UInt16*, Vector<Int64>) |
svint64_t svld1uh_gather_[s64]index_s64(svbool_t pg, const uint16_t *base, svint64_t 인덱스) LD1H Zresult.D, Pg/Z, [Xbase, Zindices.D, LSL #1] |
GatherVectorUInt16ZeroExtend(Vector<UInt64>, UInt16*, Vector<Int64>)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
svuint64_t svld1uh_gather_[s64]index_u64(svbool_t pg, const uint16_t *base, svint64_t 인덱스)
LD1H Zresult.D, Pg/Z, [Xbase, Zindices.D, LSL #1]
public:
static System::Numerics::Vector<System::UInt64> GatherVectorUInt16ZeroExtend(System::Numerics::Vector<System::UInt64> mask, System::UInt16* address, System::Numerics::Vector<long> indices);
public static System.Numerics.Vector<ulong> GatherVectorUInt16ZeroExtend(System.Numerics.Vector<ulong> mask, ushort* address, System.Numerics.Vector<long> indices);
static member GatherVectorUInt16ZeroExtend : System.Numerics.Vector<uint64> * nativeptr<uint16> * System.Numerics.Vector<int64> -> System.Numerics.Vector<uint64>
매개 변수
- address
- UInt16*
반품
적용 대상
GatherVectorUInt16ZeroExtend(Vector<UInt32>, UInt16*, Vector<UInt32>)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
svuint32_t svld1uh_gather_[u32]index_u32(svbool_t pg, const uint16_t *base, svuint32_t 인덱스)
LD1H Zresult.S, Pg/Z, [Xbase, Zindices.S, UXTW #1]
public:
static System::Numerics::Vector<System::UInt32> GatherVectorUInt16ZeroExtend(System::Numerics::Vector<System::UInt32> mask, System::UInt16* address, System::Numerics::Vector<System::UInt32> indices);
public static System.Numerics.Vector<uint> GatherVectorUInt16ZeroExtend(System.Numerics.Vector<uint> mask, ushort* address, System.Numerics.Vector<uint> indices);
static member GatherVectorUInt16ZeroExtend : System.Numerics.Vector<uint32> * nativeptr<uint16> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
매개 변수
- address
- UInt16*
반품
적용 대상
GatherVectorUInt16ZeroExtend(Vector<UInt32>, UInt16*, Vector<Int32>)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
svuint32_t svld1uh_gather_[s32]index_u32(svbool_t pg, const uint16_t *base, svint32_t 인덱스)
LD1H Zresult.S, Pg/Z, [Xbase, Zindices.S, SXTW #1]
public:
static System::Numerics::Vector<System::UInt32> GatherVectorUInt16ZeroExtend(System::Numerics::Vector<System::UInt32> mask, System::UInt16* address, System::Numerics::Vector<int> indices);
public static System.Numerics.Vector<uint> GatherVectorUInt16ZeroExtend(System.Numerics.Vector<uint> mask, ushort* address, System.Numerics.Vector<int> indices);
static member GatherVectorUInt16ZeroExtend : System.Numerics.Vector<uint32> * nativeptr<uint16> * System.Numerics.Vector<int> -> System.Numerics.Vector<uint32>
매개 변수
- address
- UInt16*
반품
적용 대상
GatherVectorUInt16ZeroExtend(Vector<Int64>, UInt16*, Vector<UInt64>)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
svint64_t svld1uh_gather_[u64]index_s64(svbool_t pg, const uint16_t *base, svuint64_t 인덱스)
LD1H Zresult.D, Pg/Z, [Xbase, Zindices.D, LSL #1]
public:
static System::Numerics::Vector<long> GatherVectorUInt16ZeroExtend(System::Numerics::Vector<long> mask, System::UInt16* address, System::Numerics::Vector<System::UInt64> indices);
public static System.Numerics.Vector<long> GatherVectorUInt16ZeroExtend(System.Numerics.Vector<long> mask, ushort* address, System.Numerics.Vector<ulong> indices);
static member GatherVectorUInt16ZeroExtend : System.Numerics.Vector<int64> * nativeptr<uint16> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<int64>
매개 변수
- address
- UInt16*
반품
적용 대상
GatherVectorUInt16ZeroExtend(Vector<UInt64>, UInt16*, Vector<UInt64>)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
svuint64_t svld1uh_gather_[u64]index_u64(svbool_t pg, const uint16_t *base, svuint64_t 인덱스)
LD1H Zresult.D, Pg/Z, [Xbase, Zindices.D, LSL #1]
public:
static System::Numerics::Vector<System::UInt64> GatherVectorUInt16ZeroExtend(System::Numerics::Vector<System::UInt64> mask, System::UInt16* address, System::Numerics::Vector<System::UInt64> indices);
public static System.Numerics.Vector<ulong> GatherVectorUInt16ZeroExtend(System.Numerics.Vector<ulong> mask, ushort* address, System.Numerics.Vector<ulong> indices);
static member GatherVectorUInt16ZeroExtend : System.Numerics.Vector<uint64> * nativeptr<uint16> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
매개 변수
- address
- UInt16*
반품
적용 대상
GatherVectorUInt16ZeroExtend(Vector<Int32>, UInt16*, Vector<UInt32>)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
svint32_t svld1uh_gather_[u32]index_s32(svbool_t pg, const uint16_t *base, svuint32_t 인덱스)
LD1H Zresult.S, Pg/Z, [Xbase, Zindices.S, UXTW #1]
public:
static System::Numerics::Vector<int> GatherVectorUInt16ZeroExtend(System::Numerics::Vector<int> mask, System::UInt16* address, System::Numerics::Vector<System::UInt32> indices);
public static System.Numerics.Vector<int> GatherVectorUInt16ZeroExtend(System.Numerics.Vector<int> mask, ushort* address, System.Numerics.Vector<uint> indices);
static member GatherVectorUInt16ZeroExtend : System.Numerics.Vector<int> * nativeptr<uint16> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<int>
매개 변수
- address
- UInt16*
반품
적용 대상
GatherVectorUInt16ZeroExtend(Vector<Int32>, UInt16*, Vector<Int32>)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
svint32_t svld1uh_gather_[s32]index_s32(svbool_t pg, const uint16_t *base, svint32_t 인덱스)
LD1H Zresult.S, Pg/Z, [Xbase, Zindices.S, SXTW #1]
public:
static System::Numerics::Vector<int> GatherVectorUInt16ZeroExtend(System::Numerics::Vector<int> mask, System::UInt16* address, System::Numerics::Vector<int> indices);
public static System.Numerics.Vector<int> GatherVectorUInt16ZeroExtend(System.Numerics.Vector<int> mask, ushort* address, System.Numerics.Vector<int> indices);
static member GatherVectorUInt16ZeroExtend : System.Numerics.Vector<int> * nativeptr<uint16> * System.Numerics.Vector<int> -> System.Numerics.Vector<int>
매개 변수
- address
- UInt16*
반품
적용 대상
GatherVectorUInt16ZeroExtend(Vector<UInt64>, Vector<UInt64>)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
svuint64_t svld1uh_gather[_u64base]_u64(svbool_t pg, svuint64_t 베이스)
LD1H Zresult.D, Pg/Z, [Zbases.D, #0]
public:
static System::Numerics::Vector<System::UInt64> GatherVectorUInt16ZeroExtend(System::Numerics::Vector<System::UInt64> mask, System::Numerics::Vector<System::UInt64> addresses);
public static System.Numerics.Vector<ulong> GatherVectorUInt16ZeroExtend(System.Numerics.Vector<ulong> mask, System.Numerics.Vector<ulong> addresses);
static member GatherVectorUInt16ZeroExtend : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function GatherVectorUInt16ZeroExtend (mask As Vector(Of ULong), addresses As Vector(Of ULong)) As Vector(Of ULong)
매개 변수
반품
적용 대상
GatherVectorUInt16ZeroExtend(Vector<Int64>, Vector<UInt64>)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
svint64_t svld1uh_gather[_u64base]_s64(svbool_t pg, svuint64_t 베이스)
LD1H Zresult.D, Pg/Z, [Zbases.D, #0]
public:
static System::Numerics::Vector<long> GatherVectorUInt16ZeroExtend(System::Numerics::Vector<long> mask, System::Numerics::Vector<System::UInt64> addresses);
public static System.Numerics.Vector<long> GatherVectorUInt16ZeroExtend(System.Numerics.Vector<long> mask, System.Numerics.Vector<ulong> addresses);
static member GatherVectorUInt16ZeroExtend : System.Numerics.Vector<int64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<int64>
Public Shared Function GatherVectorUInt16ZeroExtend (mask As Vector(Of Long), addresses As Vector(Of ULong)) As Vector(Of Long)
매개 변수
반품
적용 대상
GatherVectorUInt16ZeroExtend(Vector<Int64>, UInt16*, Vector<Int64>)
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
- Source:
- Sve.PlatformNotSupported.cs
svint64_t svld1uh_gather_[s64]index_s64(svbool_t pg, const uint16_t *base, svint64_t 인덱스)
LD1H Zresult.D, Pg/Z, [Xbase, Zindices.D, LSL #1]
public:
static System::Numerics::Vector<long> GatherVectorUInt16ZeroExtend(System::Numerics::Vector<long> mask, System::UInt16* address, System::Numerics::Vector<long> indices);
public static System.Numerics.Vector<long> GatherVectorUInt16ZeroExtend(System.Numerics.Vector<long> mask, ushort* address, System.Numerics.Vector<long> indices);
static member GatherVectorUInt16ZeroExtend : System.Numerics.Vector<int64> * nativeptr<uint16> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
매개 변수
- address
- UInt16*