Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Header: Armintr.h.
See Also
ARM XSCALE Intrinsic Functions
Send Feedback on this topic to the authors