Share via


_SmulAdd_SL_ACC (Windows Embedded CE 6.0)

1/5/2010

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.

Syntax

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

Architecture ARM XSCALE, ARM10, ARM-DSP
Header armintr.h
Routine _SmulAdd_SL_ACC

See Also

Reference

ARM XSCALE Intrinsic Functions