Sve.SaturatingDecrementByActiveElementCount Method

Definition

Overloads

SaturatingDecrementByActiveElementCount(Vector<UInt32>, Vector<UInt32>)

svuint32_t svqdecp[_u32](svuint32_t op, svbool_t pg)

UQDECP Ztied.S, Pg

SaturatingDecrementByActiveElementCount(UInt64, Vector<UInt32>)

uint64_t svqdecp[_n_u64]_b32(uint64_t op, svbool_t pg)

UQDECP Xtied, Pg.S

SaturatingDecrementByActiveElementCount(UInt64, Vector<UInt16>)

uint64_t svqdecp[_n_u64]_b16(uint64_t op, svbool_t pg)

UQDECP Xtied, Pg.H

SaturatingDecrementByActiveElementCount(UInt64, Vector<Byte>)

uint64_t svqdecp[_n_u64]_b8(uint64_t op, svbool_t pg)

UQDECP Xtied, Pg.B

SaturatingDecrementByActiveElementCount(UInt32, Vector<UInt64>)

uint32_t svqdecp[_n_u32]_b64(uint32_t op, svbool_t pg)

UQDECP Wtied, Pg.D

SaturatingDecrementByActiveElementCount(UInt32, Vector<UInt32>)

uint32_t svqdecp[_n_u32]_b32(uint32_t op, svbool_t pg)

UQDECP Wtied, Pg.S

SaturatingDecrementByActiveElementCount(UInt32, Vector<UInt16>)

uint32_t svqdecp[_n_u32]_b16(uint32_t op, svbool_t pg)

UQDECP Wtied, Pg.H

SaturatingDecrementByActiveElementCount(UInt64, Vector<UInt64>)

uint64_t svqdecp[_n_u64]_b64(uint64_t op, svbool_t pg)

UQDECP Xtied, Pg.D

SaturatingDecrementByActiveElementCount(Vector<UInt64>, Vector<UInt64>)

svuint64_t svqdecp[_u64](svuint64_t op, svbool_t pg)

UQDECP Ztied.D, Pg

SaturatingDecrementByActiveElementCount(Vector<UInt16>, Vector<UInt16>)

svuint16_t svqdecp[_u16](svuint16_t op, svbool_t pg)

UQDECP Ztied.H, Pg

SaturatingDecrementByActiveElementCount(UInt32, Vector<Byte>)

uint32_t svqdecp[_n_u32]_b8(uint32_t op, svbool_t pg)

UQDECP Wtied, Pg.B

SaturatingDecrementByActiveElementCount(Vector<Int32>, Vector<Int32>)

svint32_t svqdecp[_s32](svint32_t op, svbool_t pg)

SQDECP Ztied.S, Pg

SaturatingDecrementByActiveElementCount(Vector<Int64>, Vector<Int64>)

svint64_t svqdecp[_s64](svint64_t op, svbool_t pg)

SQDECP Ztied.D, Pg

SaturatingDecrementByActiveElementCount(Int32, Vector<UInt16>)

int32_t svqdecp[_n_s32]_b16(int32_t op, svbool_t pg)

SQDECP Xtied, Pg.H, Wtied

SaturatingDecrementByActiveElementCount(Int32, Vector<UInt32>)

int32_t svqdecp[_n_s32]_b32(int32_t op, svbool_t pg)

SQDECP Xtied, Pg.S, Wtied

SaturatingDecrementByActiveElementCount(Int32, Vector<UInt64>)

int32_t svqdecp[_n_s32]_b64(int32_t op, svbool_t pg)

SQDECP Xtied, Pg.D, Wtied

SaturatingDecrementByActiveElementCount(Int32, Vector<Byte>)

int32_t svqdecp[_n_s32]_b8(int32_t op, svbool_t pg)

SQDECP Xtied, Pg.B, Wtied

SaturatingDecrementByActiveElementCount(Int64, Vector<UInt16>)

int64_t svqdecp[_n_s64]_b16(int64_t op, svbool_t pg)

SQDECP Xtied, Pg.H

SaturatingDecrementByActiveElementCount(Int64, Vector<UInt32>)

int64_t svqdecp[_n_s64]_b32(int64_t op, svbool_t pg)

SQDECP Xtied, Pg.S

SaturatingDecrementByActiveElementCount(Int64, Vector<UInt64>)

int64_t svqdecp[_n_s64]_b64(int64_t op, svbool_t pg)

SQDECP Xtied, Pg.D

SaturatingDecrementByActiveElementCount(Vector<Int16>, Vector<Int16>)

svint16_t svqdecp[_s16](svint16_t op, svbool_t pg)

SQDECP Ztied.H, Pg

SaturatingDecrementByActiveElementCount(Int64, Vector<Byte>)

int64_t svqdecp[_n_s64]_b8(int64_t op, svbool_t pg)

SQDECP Xtied, Pg.B

SaturatingDecrementByActiveElementCount(Vector<UInt32>, Vector<UInt32>)

svuint32_t svqdecp[_u32](svuint32_t op, svbool_t pg)

UQDECP Ztied.S, Pg

public:
 static System::Numerics::Vector<System::UInt32> SaturatingDecrementByActiveElementCount(System::Numerics::Vector<System::UInt32> value, System::Numerics::Vector<System::UInt32> from);
public static System.Numerics.Vector<uint> SaturatingDecrementByActiveElementCount (System.Numerics.Vector<uint> value, System.Numerics.Vector<uint> from);
static member SaturatingDecrementByActiveElementCount : System.Numerics.Vector<uint32> * System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function SaturatingDecrementByActiveElementCount (value As Vector(Of UInteger), from As Vector(Of UInteger)) As Vector(Of UInteger)

Parameters

value
Vector<UInt32>
from
Vector<UInt32>

Returns

Applies to

SaturatingDecrementByActiveElementCount(UInt64, Vector<UInt32>)

uint64_t svqdecp[_n_u64]_b32(uint64_t op, svbool_t pg)

UQDECP Xtied, Pg.S

public:
 static System::UInt64 SaturatingDecrementByActiveElementCount(System::UInt64 value, System::Numerics::Vector<System::UInt32> from);
public static ulong SaturatingDecrementByActiveElementCount (ulong value, System.Numerics.Vector<uint> from);
static member SaturatingDecrementByActiveElementCount : uint64 * System.Numerics.Vector<uint32> -> uint64
Public Shared Function SaturatingDecrementByActiveElementCount (value As ULong, from As Vector(Of UInteger)) As ULong

Parameters

value
UInt64
from
Vector<UInt32>

Returns

Applies to

SaturatingDecrementByActiveElementCount(UInt64, Vector<UInt16>)

uint64_t svqdecp[_n_u64]_b16(uint64_t op, svbool_t pg)

UQDECP Xtied, Pg.H

public:
 static System::UInt64 SaturatingDecrementByActiveElementCount(System::UInt64 value, System::Numerics::Vector<System::UInt16> from);
public static ulong SaturatingDecrementByActiveElementCount (ulong value, System.Numerics.Vector<ushort> from);
static member SaturatingDecrementByActiveElementCount : uint64 * System.Numerics.Vector<uint16> -> uint64
Public Shared Function SaturatingDecrementByActiveElementCount (value As ULong, from As Vector(Of UShort)) As ULong

Parameters

value
UInt64
from
Vector<UInt16>

Returns

Applies to

SaturatingDecrementByActiveElementCount(UInt64, Vector<Byte>)

uint64_t svqdecp[_n_u64]_b8(uint64_t op, svbool_t pg)

UQDECP Xtied, Pg.B

public:
 static System::UInt64 SaturatingDecrementByActiveElementCount(System::UInt64 value, System::Numerics::Vector<System::Byte> from);
public static ulong SaturatingDecrementByActiveElementCount (ulong value, System.Numerics.Vector<byte> from);
static member SaturatingDecrementByActiveElementCount : uint64 * System.Numerics.Vector<byte> -> uint64
Public Shared Function SaturatingDecrementByActiveElementCount (value As ULong, from As Vector(Of Byte)) As ULong

Parameters

value
UInt64
from
Vector<Byte>

Returns

Applies to

SaturatingDecrementByActiveElementCount(UInt32, Vector<UInt64>)

uint32_t svqdecp[_n_u32]_b64(uint32_t op, svbool_t pg)

UQDECP Wtied, Pg.D

public:
 static System::UInt64 SaturatingDecrementByActiveElementCount(System::UInt32 value, System::Numerics::Vector<System::UInt64> from);
public static ulong SaturatingDecrementByActiveElementCount (uint value, System.Numerics.Vector<ulong> from);
static member SaturatingDecrementByActiveElementCount : uint32 * System.Numerics.Vector<uint64> -> uint64
Public Shared Function SaturatingDecrementByActiveElementCount (value As UInteger, from As Vector(Of ULong)) As ULong

Parameters

value
UInt32
from
Vector<UInt64>

Returns

Applies to

SaturatingDecrementByActiveElementCount(UInt32, Vector<UInt32>)

uint32_t svqdecp[_n_u32]_b32(uint32_t op, svbool_t pg)

UQDECP Wtied, Pg.S

public:
 static System::UInt64 SaturatingDecrementByActiveElementCount(System::UInt32 value, System::Numerics::Vector<System::UInt32> from);
public static ulong SaturatingDecrementByActiveElementCount (uint value, System.Numerics.Vector<uint> from);
static member SaturatingDecrementByActiveElementCount : uint32 * System.Numerics.Vector<uint32> -> uint64
Public Shared Function SaturatingDecrementByActiveElementCount (value As UInteger, from As Vector(Of UInteger)) As ULong

Parameters

value
UInt32
from
Vector<UInt32>

Returns

Applies to

SaturatingDecrementByActiveElementCount(UInt32, Vector<UInt16>)

uint32_t svqdecp[_n_u32]_b16(uint32_t op, svbool_t pg)

UQDECP Wtied, Pg.H

public:
 static System::UInt64 SaturatingDecrementByActiveElementCount(System::UInt32 value, System::Numerics::Vector<System::UInt16> from);
public static ulong SaturatingDecrementByActiveElementCount (uint value, System.Numerics.Vector<ushort> from);
static member SaturatingDecrementByActiveElementCount : uint32 * System.Numerics.Vector<uint16> -> uint64
Public Shared Function SaturatingDecrementByActiveElementCount (value As UInteger, from As Vector(Of UShort)) As ULong

Parameters

value
UInt32
from
Vector<UInt16>

Returns

Applies to

SaturatingDecrementByActiveElementCount(UInt64, Vector<UInt64>)

uint64_t svqdecp[_n_u64]_b64(uint64_t op, svbool_t pg)

UQDECP Xtied, Pg.D

public:
 static System::UInt64 SaturatingDecrementByActiveElementCount(System::UInt64 value, System::Numerics::Vector<System::UInt64> from);
public static ulong SaturatingDecrementByActiveElementCount (ulong value, System.Numerics.Vector<ulong> from);
static member SaturatingDecrementByActiveElementCount : uint64 * System.Numerics.Vector<uint64> -> uint64
Public Shared Function SaturatingDecrementByActiveElementCount (value As ULong, from As Vector(Of ULong)) As ULong

Parameters

value
UInt64
from
Vector<UInt64>

Returns

Applies to

SaturatingDecrementByActiveElementCount(Vector<UInt64>, Vector<UInt64>)

svuint64_t svqdecp[_u64](svuint64_t op, svbool_t pg)

UQDECP Ztied.D, Pg

public:
 static System::Numerics::Vector<System::UInt64> SaturatingDecrementByActiveElementCount(System::Numerics::Vector<System::UInt64> value, System::Numerics::Vector<System::UInt64> from);
public static System.Numerics.Vector<ulong> SaturatingDecrementByActiveElementCount (System.Numerics.Vector<ulong> value, System.Numerics.Vector<ulong> from);
static member SaturatingDecrementByActiveElementCount : System.Numerics.Vector<uint64> * System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function SaturatingDecrementByActiveElementCount (value As Vector(Of ULong), from As Vector(Of ULong)) As Vector(Of ULong)

Parameters

value
Vector<UInt64>
from
Vector<UInt64>

Returns

Applies to

SaturatingDecrementByActiveElementCount(Vector<UInt16>, Vector<UInt16>)

svuint16_t svqdecp[_u16](svuint16_t op, svbool_t pg)

UQDECP Ztied.H, Pg

public:
 static System::Numerics::Vector<System::UInt16> SaturatingDecrementByActiveElementCount(System::Numerics::Vector<System::UInt16> value, System::Numerics::Vector<System::UInt16> from);
public static System.Numerics.Vector<ushort> SaturatingDecrementByActiveElementCount (System.Numerics.Vector<ushort> value, System.Numerics.Vector<ushort> from);
static member SaturatingDecrementByActiveElementCount : System.Numerics.Vector<uint16> * System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint16>
Public Shared Function SaturatingDecrementByActiveElementCount (value As Vector(Of UShort), from As Vector(Of UShort)) As Vector(Of UShort)

Parameters

value
Vector<UInt16>
from
Vector<UInt16>

Returns

Applies to

SaturatingDecrementByActiveElementCount(UInt32, Vector<Byte>)

uint32_t svqdecp[_n_u32]_b8(uint32_t op, svbool_t pg)

UQDECP Wtied, Pg.B

public:
 static System::UInt64 SaturatingDecrementByActiveElementCount(System::UInt32 value, System::Numerics::Vector<System::Byte> from);
public static ulong SaturatingDecrementByActiveElementCount (uint value, System.Numerics.Vector<byte> from);
static member SaturatingDecrementByActiveElementCount : uint32 * System.Numerics.Vector<byte> -> uint64
Public Shared Function SaturatingDecrementByActiveElementCount (value As UInteger, from As Vector(Of Byte)) As ULong

Parameters

value
UInt32
from
Vector<Byte>

Returns

Applies to

SaturatingDecrementByActiveElementCount(Vector<Int32>, Vector<Int32>)

svint32_t svqdecp[_s32](svint32_t op, svbool_t pg)

SQDECP Ztied.S, Pg

public:
 static System::Numerics::Vector<int> SaturatingDecrementByActiveElementCount(System::Numerics::Vector<int> value, System::Numerics::Vector<int> from);
public static System.Numerics.Vector<int> SaturatingDecrementByActiveElementCount (System.Numerics.Vector<int> value, System.Numerics.Vector<int> from);
static member SaturatingDecrementByActiveElementCount : System.Numerics.Vector<int> * System.Numerics.Vector<int> -> System.Numerics.Vector<int>
Public Shared Function SaturatingDecrementByActiveElementCount (value As Vector(Of Integer), from As Vector(Of Integer)) As Vector(Of Integer)

Parameters

value
Vector<Int32>
from
Vector<Int32>

Returns

Applies to

SaturatingDecrementByActiveElementCount(Vector<Int64>, Vector<Int64>)

svint64_t svqdecp[_s64](svint64_t op, svbool_t pg)

SQDECP Ztied.D, Pg

public:
 static System::Numerics::Vector<long> SaturatingDecrementByActiveElementCount(System::Numerics::Vector<long> value, System::Numerics::Vector<long> from);
public static System.Numerics.Vector<long> SaturatingDecrementByActiveElementCount (System.Numerics.Vector<long> value, System.Numerics.Vector<long> from);
static member SaturatingDecrementByActiveElementCount : System.Numerics.Vector<int64> * System.Numerics.Vector<int64> -> System.Numerics.Vector<int64>
Public Shared Function SaturatingDecrementByActiveElementCount (value As Vector(Of Long), from As Vector(Of Long)) As Vector(Of Long)

Parameters

value
Vector<Int64>
from
Vector<Int64>

Returns

Applies to

SaturatingDecrementByActiveElementCount(Int32, Vector<UInt16>)

int32_t svqdecp[_n_s32]_b16(int32_t op, svbool_t pg)

SQDECP Xtied, Pg.H, Wtied

public:
 static long SaturatingDecrementByActiveElementCount(int value, System::Numerics::Vector<System::UInt16> from);
public static long SaturatingDecrementByActiveElementCount (int value, System.Numerics.Vector<ushort> from);
static member SaturatingDecrementByActiveElementCount : int * System.Numerics.Vector<uint16> -> int64
Public Shared Function SaturatingDecrementByActiveElementCount (value As Integer, from As Vector(Of UShort)) As Long

Parameters

value
Int32
from
Vector<UInt16>

Returns

Applies to

SaturatingDecrementByActiveElementCount(Int32, Vector<UInt32>)

int32_t svqdecp[_n_s32]_b32(int32_t op, svbool_t pg)

SQDECP Xtied, Pg.S, Wtied

public:
 static long SaturatingDecrementByActiveElementCount(int value, System::Numerics::Vector<System::UInt32> from);
public static long SaturatingDecrementByActiveElementCount (int value, System.Numerics.Vector<uint> from);
static member SaturatingDecrementByActiveElementCount : int * System.Numerics.Vector<uint32> -> int64
Public Shared Function SaturatingDecrementByActiveElementCount (value As Integer, from As Vector(Of UInteger)) As Long

Parameters

value
Int32
from
Vector<UInt32>

Returns

Applies to

SaturatingDecrementByActiveElementCount(Int32, Vector<UInt64>)

int32_t svqdecp[_n_s32]_b64(int32_t op, svbool_t pg)

SQDECP Xtied, Pg.D, Wtied

public:
 static long SaturatingDecrementByActiveElementCount(int value, System::Numerics::Vector<System::UInt64> from);
public static long SaturatingDecrementByActiveElementCount (int value, System.Numerics.Vector<ulong> from);
static member SaturatingDecrementByActiveElementCount : int * System.Numerics.Vector<uint64> -> int64
Public Shared Function SaturatingDecrementByActiveElementCount (value As Integer, from As Vector(Of ULong)) As Long

Parameters

value
Int32
from
Vector<UInt64>

Returns

Applies to

SaturatingDecrementByActiveElementCount(Int32, Vector<Byte>)

int32_t svqdecp[_n_s32]_b8(int32_t op, svbool_t pg)

SQDECP Xtied, Pg.B, Wtied

public:
 static long SaturatingDecrementByActiveElementCount(int value, System::Numerics::Vector<System::Byte> from);
public static long SaturatingDecrementByActiveElementCount (int value, System.Numerics.Vector<byte> from);
static member SaturatingDecrementByActiveElementCount : int * System.Numerics.Vector<byte> -> int64
Public Shared Function SaturatingDecrementByActiveElementCount (value As Integer, from As Vector(Of Byte)) As Long

Parameters

value
Int32
from
Vector<Byte>

Returns

Applies to

SaturatingDecrementByActiveElementCount(Int64, Vector<UInt16>)

int64_t svqdecp[_n_s64]_b16(int64_t op, svbool_t pg)

SQDECP Xtied, Pg.H

public:
 static long SaturatingDecrementByActiveElementCount(long value, System::Numerics::Vector<System::UInt16> from);
public static long SaturatingDecrementByActiveElementCount (long value, System.Numerics.Vector<ushort> from);
static member SaturatingDecrementByActiveElementCount : int64 * System.Numerics.Vector<uint16> -> int64
Public Shared Function SaturatingDecrementByActiveElementCount (value As Long, from As Vector(Of UShort)) As Long

Parameters

value
Int64
from
Vector<UInt16>

Returns

Applies to

SaturatingDecrementByActiveElementCount(Int64, Vector<UInt32>)

int64_t svqdecp[_n_s64]_b32(int64_t op, svbool_t pg)

SQDECP Xtied, Pg.S

public:
 static long SaturatingDecrementByActiveElementCount(long value, System::Numerics::Vector<System::UInt32> from);
public static long SaturatingDecrementByActiveElementCount (long value, System.Numerics.Vector<uint> from);
static member SaturatingDecrementByActiveElementCount : int64 * System.Numerics.Vector<uint32> -> int64
Public Shared Function SaturatingDecrementByActiveElementCount (value As Long, from As Vector(Of UInteger)) As Long

Parameters

value
Int64
from
Vector<UInt32>

Returns

Applies to

SaturatingDecrementByActiveElementCount(Int64, Vector<UInt64>)

int64_t svqdecp[_n_s64]_b64(int64_t op, svbool_t pg)

SQDECP Xtied, Pg.D

public:
 static long SaturatingDecrementByActiveElementCount(long value, System::Numerics::Vector<System::UInt64> from);
public static long SaturatingDecrementByActiveElementCount (long value, System.Numerics.Vector<ulong> from);
static member SaturatingDecrementByActiveElementCount : int64 * System.Numerics.Vector<uint64> -> int64
Public Shared Function SaturatingDecrementByActiveElementCount (value As Long, from As Vector(Of ULong)) As Long

Parameters

value
Int64
from
Vector<UInt64>

Returns

Applies to

SaturatingDecrementByActiveElementCount(Vector<Int16>, Vector<Int16>)

svint16_t svqdecp[_s16](svint16_t op, svbool_t pg)

SQDECP Ztied.H, Pg

public:
 static System::Numerics::Vector<short> SaturatingDecrementByActiveElementCount(System::Numerics::Vector<short> value, System::Numerics::Vector<short> from);
public static System.Numerics.Vector<short> SaturatingDecrementByActiveElementCount (System.Numerics.Vector<short> value, System.Numerics.Vector<short> from);
static member SaturatingDecrementByActiveElementCount : System.Numerics.Vector<int16> * System.Numerics.Vector<int16> -> System.Numerics.Vector<int16>
Public Shared Function SaturatingDecrementByActiveElementCount (value As Vector(Of Short), from As Vector(Of Short)) As Vector(Of Short)

Parameters

value
Vector<Int16>
from
Vector<Int16>

Returns

Applies to

SaturatingDecrementByActiveElementCount(Int64, Vector<Byte>)

int64_t svqdecp[_n_s64]_b8(int64_t op, svbool_t pg)

SQDECP Xtied, Pg.B

public:
 static long SaturatingDecrementByActiveElementCount(long value, System::Numerics::Vector<System::Byte> from);
public static long SaturatingDecrementByActiveElementCount (long value, System.Numerics.Vector<byte> from);
static member SaturatingDecrementByActiveElementCount : int64 * System.Numerics.Vector<byte> -> int64
Public Shared Function SaturatingDecrementByActiveElementCount (value As Long, from As Vector(Of Byte)) As Long

Parameters

value
Int64
from
Vector<Byte>

Returns

Applies to