ROLI

Synopsis:

Rotate register left.

Operation:

Rt = Ra << #n

Description:

This instruction rotates a general purpose register left the number of bits specified by an immediate constant and places the result in a general purpose register. This instruction will not cause any exceptions.

Format:

Opcode7 Ra5 Rt5 Imm6 Reserved5 Func4
3 Ra5 Rt5 Imm6 ---- 2

 

Assembler Sample:

ROLI     R4,R5,#27