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

FusedMultiplySubtractBySelectedScalar(Vector<Double>, Vector<Double>, Vector<Double>, Byte)

svfloat64_t svmls_lane<see href="svfloat64_t op1, svfloat64_t op2, svfloat64_t op3, uint64_t imm_index">_f64</see>

FMLS Ztied1.D, Zop2.D, Zop3.D[imm_index]

FusedMultiplySubtractBySelectedScalar(Vector<Single>, Vector<Single>, Vector<Single>, Byte)

svfloat32_t svmls_lane<see href="svfloat32_t op1, svfloat32_t op2, svfloat32_t op3, uint64_t imm_index">_f32</see>

FMLS Ztied1.S, Zop2.S, Zop3.S[imm_index]

FusedMultiplySubtractBySelectedScalar(Vector<Double>, Vector<Double>, Vector<Double>, Byte)

svfloat64_t svmls_lane<see href="svfloat64_t op1, svfloat64_t op2, svfloat64_t op3, uint64_t imm_index">_f64</see>

FMLS Ztied1.D, Zop2.D, Zop3.D[imm_index]

C#
public static System.Numerics.Vector<double> FusedMultiplySubtractBySelectedScalar(System.Numerics.Vector<double> minuend, System.Numerics.Vector<double> left, System.Numerics.Vector<double> right, byte rightIndex);

Parameters

minuend
Vector<Double>
left
Vector<Double>
right
Vector<Double>
rightIndex
Byte

Returns

Applies to

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

FusedMultiplySubtractBySelectedScalar(Vector<Single>, Vector<Single>, Vector<Single>, Byte)

svfloat32_t svmls_lane<see href="svfloat32_t op1, svfloat32_t op2, svfloat32_t op3, uint64_t imm_index">_f32</see>

FMLS Ztied1.S, Zop2.S, Zop3.S[imm_index]

C#
public static System.Numerics.Vector<float> FusedMultiplySubtractBySelectedScalar(System.Numerics.Vector<float> minuend, System.Numerics.Vector<float> left, System.Numerics.Vector<float> right, byte rightIndex);

Parameters

minuend
Vector<Single>
left
Vector<Single>
right
Vector<Single>
rightIndex
Byte

Returns

Applies to

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