Partager via


_SmulAddWLo_SW_SL

An ARM DSP-enhanced, signed integer multiply-accumulate operation that multiplies Rm with the bottom 16 bits of Rs, then accumulates in Rn. The operation adds the upper 32 bits of the 48-bit product to the 32-bit Rn.

int _SmulAddWLo_SW_SL(
  int Arg1, 
  int Arg2
);

Parameters

  • Arg1
    [in] The contents of Rm, the first term in the product.
  • Arg2
    [in] The contents of Rs, the second term in the product.

Return Values

The integer result of the multiplication and accumulation.

Remarks

The compiler translates this instruction into the smlawb assembly instruction.

Requirements

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

See Also

ARM DSP-Enhanced Intrinsic Functions | _SmulAddWHi_SW_SL

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.