__emul (Windows Embedded CE 6.0)
1/5/2010
This function multiplies a 32-bit value in register RT times a 32-bit value in register RS, and obtains a 64-bit result.
Syntax
__int64 __cdecl __emul(
int int1,
int int2
);
Parameters
- int1
[in] Value in RT 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
Architecture | MIPS 32, MIPS IV, MIPS16, MIPSII, MIPSIII |
Header | winnt.h |
Routine | __emul |