Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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