__emulu (Windows CE 5.0)

Send Feedback

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.

__int64 __cdecl __emulu(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 multu instruction.

Requirements

Header: winnt.h.

See Also

Intrinsic Functions for MIPS Microprocessors

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.