Purpose
Rotate Left Immediate then MASK Insert
Rotates the value of RS left by the number of bits specified in SHIFT. The function then inserts RS into IS under bit mask, MASK.
8-byte integers are valid only on a 64-bit architecture.
Class
Function
Argument Type and Attributes
Result Type and Attributes
Same as RS.
Result Value
Rotates RS left the number of bits specified by SHIFT,
and inserts the result into IS under the bit mask,
MASK.