Sve.GatherVectorInt16WithByteOffsetsSignExtend Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Overloads

GatherVectorInt16WithByteOffsetsSignExtend(Vector<UInt32>, Int16*, Vector<UInt32>)

svuint32_t svld1sh_gather_[u32]offset_u32(svbool_t pg, const int16_t *base, svuint32_t offsets)

LD1SH Zresult.S, Pg/Z, [Xbase, Zoffsets.S, UXTW]

GatherVectorInt16WithByteOffsetsSignExtend(Vector<UInt64>, Int16*, Vector<UInt64>)

svuint64_t svld1sh_gather_[u64]offset_u64(svbool_t pg, const int16_t *base, svuint64_t offsets)

LD1SH Zresult.D, Pg/Z, [Xbase, Zoffsets.D]

GatherVectorInt16WithByteOffsetsSignExtend(Vector<UInt64>, Int16*, Vector<Int64>)

svuint64_t svld1sh_gather_[s64]offset_u64(svbool_t pg, const int16_t *base, svint64_t offsets)

LD1SH Zresult.D, Pg/Z, [Xbase, Zoffsets.D]

GatherVectorInt16WithByteOffsetsSignExtend(Vector<UInt32>, Int16*, Vector<Int32>)

svuint32_t svld1sh_gather_[s32]offset_u32(svbool_t pg, const int16_t *base, svint32_t offsets)

LD1SH Zresult.S, Pg/Z, [Xbase, Zoffsets.S, SXTW]

GatherVectorInt16WithByteOffsetsSignExtend(Vector<Int64>, Int16*, Vector<UInt64>)

svint64_t svld1sh_gather_[u64]offset_s64(svbool_t pg, const int16_t *base, svuint64_t offsets)

LD1SH Zresult.D, Pg/Z, [Xbase, Zoffsets.D]

GatherVectorInt16WithByteOffsetsSignExtend(Vector<Int64>, Int16*, Vector<Int64>)

svint64_t svld1sh_gather_[s64]offset_s64(svbool_t pg, const int16_t *base, svint64_t offsets)

LD1SH Zresult.D, Pg/Z, [Xbase, Zoffsets.D]

GatherVectorInt16WithByteOffsetsSignExtend(Vector<Int32>, Int16*, Vector<UInt32>)

svint32_t svld1sh_gather_[u32]offset_s32(svbool_t pg, const int16_t *base, svuint32_t offsets)

LD1SH Zresult.S, Pg/Z, [Xbase, Zoffsets.S, UXTW]

GatherVectorInt16WithByteOffsetsSignExtend(Vector<Int32>, Int16*, Vector<Int32>)

svint32_t svld1sh_gather_[s32]offset_s32(svbool_t pg, const int16_t *base, svint32_t offsets)

LD1SH Zresult.S, Pg/Z, [Xbase, Zoffsets.S, SXTW]

GatherVectorInt16WithByteOffsetsSignExtend(Vector<UInt32>, Int16*, Vector<UInt32>)

svuint32_t svld1sh_gather_[u32]offset_u32(svbool_t pg, const int16_t *base, svuint32_t offsets)

LD1SH Zresult.S, Pg/Z, [Xbase, Zoffsets.S, UXTW]

C#
public static System.Numerics.Vector<uint> GatherVectorInt16WithByteOffsetsSignExtend(System.Numerics.Vector<uint> mask, short* address, System.Numerics.Vector<uint> offsets);

Parameters

mask
Vector<UInt32>
address
Int16*
offsets
Vector<UInt32>

Returns

Applies to

.NET 10 and .NET 9
Product Versions
.NET 9, 10

GatherVectorInt16WithByteOffsetsSignExtend(Vector<UInt64>, Int16*, Vector<UInt64>)

svuint64_t svld1sh_gather_[u64]offset_u64(svbool_t pg, const int16_t *base, svuint64_t offsets)

LD1SH Zresult.D, Pg/Z, [Xbase, Zoffsets.D]

C#
public static System.Numerics.Vector<ulong> GatherVectorInt16WithByteOffsetsSignExtend(System.Numerics.Vector<ulong> mask, short* address, System.Numerics.Vector<ulong> offsets);

Parameters

mask
Vector<UInt64>
address
Int16*
offsets
Vector<UInt64>

Returns

Applies to

.NET 10 and .NET 9
Product Versions
.NET 9, 10

GatherVectorInt16WithByteOffsetsSignExtend(Vector<UInt64>, Int16*, Vector<Int64>)

svuint64_t svld1sh_gather_[s64]offset_u64(svbool_t pg, const int16_t *base, svint64_t offsets)

LD1SH Zresult.D, Pg/Z, [Xbase, Zoffsets.D]

C#
public static System.Numerics.Vector<ulong> GatherVectorInt16WithByteOffsetsSignExtend(System.Numerics.Vector<ulong> mask, short* address, System.Numerics.Vector<long> offsets);

Parameters

mask
Vector<UInt64>
address
Int16*
offsets
Vector<Int64>

Returns

Applies to

.NET 10 and .NET 9
Product Versions
.NET 9, 10

GatherVectorInt16WithByteOffsetsSignExtend(Vector<UInt32>, Int16*, Vector<Int32>)

svuint32_t svld1sh_gather_[s32]offset_u32(svbool_t pg, const int16_t *base, svint32_t offsets)

LD1SH Zresult.S, Pg/Z, [Xbase, Zoffsets.S, SXTW]

C#
public static System.Numerics.Vector<uint> GatherVectorInt16WithByteOffsetsSignExtend(System.Numerics.Vector<uint> mask, short* address, System.Numerics.Vector<int> offsets);

Parameters

mask
Vector<UInt32>
address
Int16*
offsets
Vector<Int32>

Returns

Applies to

.NET 10 and .NET 9
Product Versions
.NET 9, 10

GatherVectorInt16WithByteOffsetsSignExtend(Vector<Int64>, Int16*, Vector<UInt64>)

svint64_t svld1sh_gather_[u64]offset_s64(svbool_t pg, const int16_t *base, svuint64_t offsets)

LD1SH Zresult.D, Pg/Z, [Xbase, Zoffsets.D]

C#
public static System.Numerics.Vector<long> GatherVectorInt16WithByteOffsetsSignExtend(System.Numerics.Vector<long> mask, short* address, System.Numerics.Vector<ulong> offsets);

Parameters

mask
Vector<Int64>
address
Int16*
offsets
Vector<UInt64>

Returns

Applies to

.NET 10 and .NET 9
Product Versions
.NET 9, 10

GatherVectorInt16WithByteOffsetsSignExtend(Vector<Int64>, Int16*, Vector<Int64>)

svint64_t svld1sh_gather_[s64]offset_s64(svbool_t pg, const int16_t *base, svint64_t offsets)

LD1SH Zresult.D, Pg/Z, [Xbase, Zoffsets.D]

C#
public static System.Numerics.Vector<long> GatherVectorInt16WithByteOffsetsSignExtend(System.Numerics.Vector<long> mask, short* address, System.Numerics.Vector<long> offsets);

Parameters

mask
Vector<Int64>
address
Int16*
offsets
Vector<Int64>

Returns

Applies to

.NET 10 and .NET 9
Product Versions
.NET 9, 10

GatherVectorInt16WithByteOffsetsSignExtend(Vector<Int32>, Int16*, Vector<UInt32>)

svint32_t svld1sh_gather_[u32]offset_s32(svbool_t pg, const int16_t *base, svuint32_t offsets)

LD1SH Zresult.S, Pg/Z, [Xbase, Zoffsets.S, UXTW]

C#
public static System.Numerics.Vector<int> GatherVectorInt16WithByteOffsetsSignExtend(System.Numerics.Vector<int> mask, short* address, System.Numerics.Vector<uint> offsets);

Parameters

mask
Vector<Int32>
address
Int16*
offsets
Vector<UInt32>

Returns

Applies to

.NET 10 and .NET 9
Product Versions
.NET 9, 10

GatherVectorInt16WithByteOffsetsSignExtend(Vector<Int32>, Int16*, Vector<Int32>)

svint32_t svld1sh_gather_[s32]offset_s32(svbool_t pg, const int16_t *base, svint32_t offsets)

LD1SH Zresult.S, Pg/Z, [Xbase, Zoffsets.S, SXTW]

C#
public static System.Numerics.Vector<int> GatherVectorInt16WithByteOffsetsSignExtend(System.Numerics.Vector<int> mask, short* address, System.Numerics.Vector<int> offsets);

Parameters

mask
Vector<Int32>
address
Int16*
offsets
Vector<Int32>

Returns

Applies to

.NET 10 and .NET 9
Product Versions
.NET 9, 10