XL Fortran for AIX 8.1

Language Reference

ROTATELI(RS, IS, SHIFT, MASK)

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.

Parameters

RS
must be of type integer.

IS
must be of type integer.

SHIFT
must be of type INTEGER(4).

MASK
must be a literal value of type integer.

Result Type and Attributes

Same as RS.

Results

Rotates RS left the number of bits specified by SHIFT, and inserts the result into IS under the bit mask, MASK.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]