Partager via


__ll_lshift

This function shifts a 64-bit word to the left a specified number of bits.

__int64 __cdecl __ll_lshift(
  int64,
  int
);

Parameters

  • int64
    [in] The value to shift.
  • int
    [in] The number of bits to shift.

Return Values

None.

Remarks

The compiler translates this function into the SLL 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.