Share via


__ll_lshift (Windows CE 5.0)

Send Feedback

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

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.