Share via


_SmulAdd_SL_ACC

This operation multiplies the signed value in register Rs by the signed value in register Rm and then adds the result to the 40-bit accumulator, acc0.

void _SmulAdd_SL_ACC(
  int Arg1,
  int Arg2
);

Parameters

  • Arg1
    [in] Values in Rs to be written to coprocessor.
  • Arg2
    [in] Values in Rm to be written to coprocessor.

Return Values

None.

Remarks

The compiler translates this instruction into the mia assembly instruction.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Armintr.h.

See Also

ARM XSCALE Intrinsic Functions

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.