Sve.LeadingZeroCount 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

LeadingZeroCount(Vector<UInt32>)

svuint32_t svclz[_u32]_m(svuint32_t inactive, svbool_t pg, svuint32_t op)

svuint32_t svclz[_u32]_x(svbool_t pg, svuint32_t op)

svuint32_t svclz[_u32]_z(svbool_t pg, svuint32_t op)

CLZ Zresult.S, Pg/M, Zop.S

LeadingZeroCount(Vector<UInt16>)

svuint16_t svclz[_u16]_m(svuint16_t inactive, svbool_t pg, svuint16_t op)

svuint16_t svclz[_u16]_x(svbool_t pg, svuint16_t op)

svuint16_t svclz[_u16]_z(svbool_t pg, svuint16_t op)

CLZ Zresult.H, Pg/M, Zop.H

LeadingZeroCount(Vector<UInt64>)

svuint64_t svclz[_u64]_m(svuint64_t inactive, svbool_t pg, svuint64_t op)

svuint64_t svclz[_u64]_x(svbool_t pg, svuint64_t op)

svuint64_t svclz[_u64]_z(svbool_t pg, svuint64_t op)

CLZ Zresult.D, Pg/M, Zop.D

LeadingZeroCount(Vector<SByte>)

svuint8_t svclz[_s8]_m(svuint8_t inactive, svbool_t pg, svint8_t op)

svuint8_t svclz[_s8]_x(svbool_t pg, svint8_t op)

svuint8_t svclz[_s8]_z(svbool_t pg, svint8_t op)

CLZ Zresult.B, Pg/M, Zop.B

LeadingZeroCount(Vector<Byte>)

svuint8_t svclz[_u8]_m(svuint8_t inactive, svbool_t pg, svuint8_t op)

svuint8_t svclz[_u8]_x(svbool_t pg, svuint8_t op)

svuint8_t svclz[_u8]_z(svbool_t pg, svuint8_t op)

CLZ Zresult.B, Pg/M, Zop.B

LeadingZeroCount(Vector<Int32>)

svuint32_t svclz[_s32]_m(svuint32_t inactive, svbool_t pg, svint32_t op)

svuint32_t svclz[_s32]_x(svbool_t pg, svint32_t op)

svuint32_t svclz[_s32]_z(svbool_t pg, svint32_t op)

CLZ Zresult.S, Pg/M, Zop.S

LeadingZeroCount(Vector<Int16>)

svuint16_t svclz[_s16]_m(svuint16_t inactive, svbool_t pg, svint16_t op)

svuint16_t svclz[_s16]_x(svbool_t pg, svint16_t op)

svuint16_t svclz[_s16]_z(svbool_t pg, svint16_t op)

CLZ Zresult.H, Pg/M, Zop.H

LeadingZeroCount(Vector<Int64>)

svuint64_t svclz[_s64]_m(svuint64_t inactive, svbool_t pg, svint64_t op)

svuint64_t svclz[_s64]_x(svbool_t pg, svint64_t op)

svuint64_t svclz[_s64]_z(svbool_t pg, svint64_t op)

CLZ Zresult.D, Pg/M, Zop.D

LeadingZeroCount(Vector<UInt32>)

svuint32_t svclz[_u32]_m(svuint32_t inactive, svbool_t pg, svuint32_t op)

svuint32_t svclz[_u32]_x(svbool_t pg, svuint32_t op)

svuint32_t svclz[_u32]_z(svbool_t pg, svuint32_t op)

CLZ Zresult.S, Pg/M, Zop.S

public static System.Numerics.Vector<uint> LeadingZeroCount (System.Numerics.Vector<uint> value);

Parameters

value
Vector<UInt32>

Returns

Applies to

.NET 9
Proizvod Verzije
.NET 9

LeadingZeroCount(Vector<UInt16>)

svuint16_t svclz[_u16]_m(svuint16_t inactive, svbool_t pg, svuint16_t op)

svuint16_t svclz[_u16]_x(svbool_t pg, svuint16_t op)

svuint16_t svclz[_u16]_z(svbool_t pg, svuint16_t op)

CLZ Zresult.H, Pg/M, Zop.H

public static System.Numerics.Vector<ushort> LeadingZeroCount (System.Numerics.Vector<ushort> value);

Parameters

value
Vector<UInt16>

Returns

Applies to

.NET 9
Proizvod Verzije
.NET 9

LeadingZeroCount(Vector<UInt64>)

svuint64_t svclz[_u64]_m(svuint64_t inactive, svbool_t pg, svuint64_t op)

svuint64_t svclz[_u64]_x(svbool_t pg, svuint64_t op)

svuint64_t svclz[_u64]_z(svbool_t pg, svuint64_t op)

CLZ Zresult.D, Pg/M, Zop.D

public static System.Numerics.Vector<ulong> LeadingZeroCount (System.Numerics.Vector<ulong> value);

Parameters

value
Vector<UInt64>

Returns

Applies to

.NET 9
Proizvod Verzije
.NET 9

LeadingZeroCount(Vector<SByte>)

svuint8_t svclz[_s8]_m(svuint8_t inactive, svbool_t pg, svint8_t op)

svuint8_t svclz[_s8]_x(svbool_t pg, svint8_t op)

svuint8_t svclz[_s8]_z(svbool_t pg, svint8_t op)

CLZ Zresult.B, Pg/M, Zop.B

public static System.Numerics.Vector<byte> LeadingZeroCount (System.Numerics.Vector<sbyte> value);

Parameters

value
Vector<SByte>

Returns

Applies to

.NET 9
Proizvod Verzije
.NET 9

LeadingZeroCount(Vector<Byte>)

svuint8_t svclz[_u8]_m(svuint8_t inactive, svbool_t pg, svuint8_t op)

svuint8_t svclz[_u8]_x(svbool_t pg, svuint8_t op)

svuint8_t svclz[_u8]_z(svbool_t pg, svuint8_t op)

CLZ Zresult.B, Pg/M, Zop.B

public static System.Numerics.Vector<byte> LeadingZeroCount (System.Numerics.Vector<byte> value);

Parameters

value
Vector<Byte>

Returns

Applies to

.NET 9
Proizvod Verzije
.NET 9

LeadingZeroCount(Vector<Int32>)

svuint32_t svclz[_s32]_m(svuint32_t inactive, svbool_t pg, svint32_t op)

svuint32_t svclz[_s32]_x(svbool_t pg, svint32_t op)

svuint32_t svclz[_s32]_z(svbool_t pg, svint32_t op)

CLZ Zresult.S, Pg/M, Zop.S

public static System.Numerics.Vector<uint> LeadingZeroCount (System.Numerics.Vector<int> value);

Parameters

value
Vector<Int32>

Returns

Applies to

.NET 9
Proizvod Verzije
.NET 9

LeadingZeroCount(Vector<Int16>)

svuint16_t svclz[_s16]_m(svuint16_t inactive, svbool_t pg, svint16_t op)

svuint16_t svclz[_s16]_x(svbool_t pg, svint16_t op)

svuint16_t svclz[_s16]_z(svbool_t pg, svint16_t op)

CLZ Zresult.H, Pg/M, Zop.H

public static System.Numerics.Vector<ushort> LeadingZeroCount (System.Numerics.Vector<short> value);

Parameters

value
Vector<Int16>

Returns

Applies to

.NET 9
Proizvod Verzije
.NET 9

LeadingZeroCount(Vector<Int64>)

svuint64_t svclz[_s64]_m(svuint64_t inactive, svbool_t pg, svint64_t op)

svuint64_t svclz[_s64]_x(svbool_t pg, svint64_t op)

svuint64_t svclz[_s64]_z(svbool_t pg, svint64_t op)

CLZ Zresult.D, Pg/M, Zop.D

public static System.Numerics.Vector<ulong> LeadingZeroCount (System.Numerics.Vector<long> value);

Parameters

value
Vector<Int64>

Returns

Applies to

.NET 9
Proizvod Verzije
.NET 9