__rlwnm
Purpose
Rotate Left Word then AND with Mask
Rotates rs left shift bits, then ANDs rs with bit mask mask.
Prototype
unsigned int __rlwnm (unsigned int rs, unsigned int shift, unsigned int mask);
Parameters
- mask
- Must be a constant that represents a contiguous bit field.


