__ll_rshift (Windows CE 5.0)
This function shifts a 64-bit word to the right a specified number of bits.
__int64 __cdecl __ll_rshift(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 SRL instruction.
Requirements
Header: winnt.h.
See Also
Intrinsic Functions for MIPS Microprocessors
Send Feedback on this topic to the authors