_SmulAddLoHi_SW_SQ (Windows CE 5.0)

Send Feedback

This ARM DSP-enhanced, signed integer multiply-accumulate operation multiplies the bottom half of register Rm and the top half of Rs. This is followed with a 64 bit accumulate with the 32-bit registers RdLo and RdHi.

__int64 _SmulAddLoHi_SW_SQ(__int64Arg1,intArg2,intArg3); 

Parameters

  • Arg1
    A pointer to a 64-bit variable used to accumulate the contents of RdHi and RdLo.
  • Arg2
    [in] The contents of Rm, the first term in the product.
  • Arg3
    [in] The contents of Rs, the second term in the product.

Return Values

The long integer result of the multiplication and accumulation.

Remarks

The compiler translates this instruction into the smlalbt assembly instruction.

Requirements

Header: Armintr.h.

See Also

ARM DSP-enhanced Intrinsic Functions | _SmulAddLo_SW_SQ | _SmulAddHiLo_SW_SQ | _SmulAddHi_SW_SQ

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.