__rdlam

Purpose

Rotate Double Left and AND with Mask

Rotates the contents of rs left shift bits, and ANDs the rotated data with the mask.

Prototype

unsigned long long __rdlam (unsigned long long rs, unsigned int shift, unsigned long long mask);

Parameters

mask
Must be a constant that represents a contiguous bit field.