__emulu (Windows Embedded CE 6.0)
1/5/2010
This function multiplies a 32-bit unsigned value in register RT times a 32-bit unsigned value in register RS, and obtains a 64-bit result.
Syntax
unsigned __int64 __cdecl __emulu(
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 multu instruction.
Requirements
Architecture | MIPS 32, MIPS IV, MIPS16, MIPSII, MIPSIII |
Header | winnt.h |
Routine | __emulu |