AdvSimd.NegateSaturate Method

Definition

Overloads

NegateSaturate(Vector64<Int32>)

int32x2_t vqneg_s32 (int32x2_t a)

A32: VQNEG.S32 Dd, Dm

A64: SQNEG Vd.2S, Vn.2S

NegateSaturate(Vector64<SByte>)

int8x8_t vqneg_s8 (int8x8_t a)

A32: VQNEG.S8 Dd, Dm

A64: SQNEG Vd.8B, Vn.8B

NegateSaturate(Vector64<Int16>)

int16x4_t vqneg_s16 (int16x4_t a)

A32: VQNEG.S16 Dd, Dm

A64: SQNEG Vd.4H, Vn.4H

NegateSaturate(Vector128<SByte>)

int8x16_t vqnegq_s8 (int8x16_t a)

A32: VQNEG.S8 Qd, Qm

A64: SQNEG Vd.16B, Vn.16B

NegateSaturate(Vector128<Int32>)

int32x4_t vqnegq_s32 (int32x4_t a)

A32: VQNEG.S32 Qd, Qm

A64: SQNEG Vd.4S, Vn.4S

NegateSaturate(Vector128<Int16>)

int16x8_t vqnegq_s16 (int16x8_t a)

A32: VQNEG.S16 Qd, Qm

A64: SQNEG Vd.8H, Vn.8H

NegateSaturate(Vector64<Int32>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int32x2_t vqneg_s32 (int32x2_t a)

A32: VQNEG.S32 Dd, Dm

A64: SQNEG Vd.2S, Vn.2S

public:
 static System::Runtime::Intrinsics::Vector64<int> NegateSaturate(System::Runtime::Intrinsics::Vector64<int> value);
public static System.Runtime.Intrinsics.Vector64<int> NegateSaturate (System.Runtime.Intrinsics.Vector64<int> value);
static member NegateSaturate : System.Runtime.Intrinsics.Vector64<int> -> System.Runtime.Intrinsics.Vector64<int>
Public Shared Function NegateSaturate (value As Vector64(Of Integer)) As Vector64(Of Integer)

Parameters

value
Vector64<Int32>

Returns

Applies to

NegateSaturate(Vector64<SByte>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int8x8_t vqneg_s8 (int8x8_t a)

A32: VQNEG.S8 Dd, Dm

A64: SQNEG Vd.8B, Vn.8B

public:
 static System::Runtime::Intrinsics::Vector64<System::SByte> NegateSaturate(System::Runtime::Intrinsics::Vector64<System::SByte> value);
public static System.Runtime.Intrinsics.Vector64<sbyte> NegateSaturate (System.Runtime.Intrinsics.Vector64<sbyte> value);
static member NegateSaturate : System.Runtime.Intrinsics.Vector64<sbyte> -> System.Runtime.Intrinsics.Vector64<sbyte>
Public Shared Function NegateSaturate (value As Vector64(Of SByte)) As Vector64(Of SByte)

Parameters

value
Vector64<SByte>

Returns

Applies to

NegateSaturate(Vector64<Int16>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int16x4_t vqneg_s16 (int16x4_t a)

A32: VQNEG.S16 Dd, Dm

A64: SQNEG Vd.4H, Vn.4H

public:
 static System::Runtime::Intrinsics::Vector64<short> NegateSaturate(System::Runtime::Intrinsics::Vector64<short> value);
public static System.Runtime.Intrinsics.Vector64<short> NegateSaturate (System.Runtime.Intrinsics.Vector64<short> value);
static member NegateSaturate : System.Runtime.Intrinsics.Vector64<int16> -> System.Runtime.Intrinsics.Vector64<int16>
Public Shared Function NegateSaturate (value As Vector64(Of Short)) As Vector64(Of Short)

Parameters

value
Vector64<Int16>

Returns

Applies to

NegateSaturate(Vector128<SByte>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int8x16_t vqnegq_s8 (int8x16_t a)

A32: VQNEG.S8 Qd, Qm

A64: SQNEG Vd.16B, Vn.16B

public:
 static System::Runtime::Intrinsics::Vector128<System::SByte> NegateSaturate(System::Runtime::Intrinsics::Vector128<System::SByte> value);
public static System.Runtime.Intrinsics.Vector128<sbyte> NegateSaturate (System.Runtime.Intrinsics.Vector128<sbyte> value);
static member NegateSaturate : System.Runtime.Intrinsics.Vector128<sbyte> -> System.Runtime.Intrinsics.Vector128<sbyte>
Public Shared Function NegateSaturate (value As Vector128(Of SByte)) As Vector128(Of SByte)

Parameters

value
Vector128<SByte>

Returns

Applies to

NegateSaturate(Vector128<Int32>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int32x4_t vqnegq_s32 (int32x4_t a)

A32: VQNEG.S32 Qd, Qm

A64: SQNEG Vd.4S, Vn.4S

public:
 static System::Runtime::Intrinsics::Vector128<int> NegateSaturate(System::Runtime::Intrinsics::Vector128<int> value);
public static System.Runtime.Intrinsics.Vector128<int> NegateSaturate (System.Runtime.Intrinsics.Vector128<int> value);
static member NegateSaturate : System.Runtime.Intrinsics.Vector128<int> -> System.Runtime.Intrinsics.Vector128<int>
Public Shared Function NegateSaturate (value As Vector128(Of Integer)) As Vector128(Of Integer)

Parameters

value
Vector128<Int32>

Returns

Applies to

NegateSaturate(Vector128<Int16>)

Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs
Source:
AdvSimd.PlatformNotSupported.cs

int16x8_t vqnegq_s16 (int16x8_t a)

A32: VQNEG.S16 Qd, Qm

A64: SQNEG Vd.8H, Vn.8H

public:
 static System::Runtime::Intrinsics::Vector128<short> NegateSaturate(System::Runtime::Intrinsics::Vector128<short> value);
public static System.Runtime.Intrinsics.Vector128<short> NegateSaturate (System.Runtime.Intrinsics.Vector128<short> value);
static member NegateSaturate : System.Runtime.Intrinsics.Vector128<int16> -> System.Runtime.Intrinsics.Vector128<int16>
Public Shared Function NegateSaturate (value As Vector128(Of Short)) As Vector128(Of Short)

Parameters

value
Vector128<Int16>

Returns

Applies to