Share via


_SmulAdd_SL_ACC

9/7/2007

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

Routine Required header Architecture

_SmulAdd_SL_ACC

<armintr.h>

ARM10, ARM-DSP, ARM XSCALE

See Also

Reference

ARM XSCALE Intrinsic Functions