__emul (Windows CE 5.0)
This function multiplies a 32-bit value in register rt times a 32-bit value in register rs, and obtains a 64-bit result.
__int64 __cdecl __emul(int1,int2);
Parameters
- int1
[in] Value in rs, the first term in the multiplication. - int2
[in] Value in rs, the second term in the multiplication.
Return Values
Result of binary arithmetic.
Remarks
The compiler translates this function into the mult instruction.
Requirements
Header: winnt.h.
See Also
Intrinsic Functions for MIPS Microprocessors
Send Feedback on this topic to the authors