Partager via


__emulu

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Cmnintrin.h.

See Also

Common Intrinsic Functions | Intrinsic Functions for MIPS Microprocessors

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.