Unsigned shift left register.
Rt = Ra << #n
This instruction shifts 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.
Opcode7 | Ra5 | Rt5 | Imm6 | Reserved5 | Func4 |
3 | Ra5 | Rt5 | Imm6 | ---- | 6 |