SHL

Synopsis:

Signed shift left register.

Operation:

Rt = Ra << Rb

Description:

This instruction shifts a general purpose register left the number of bits specified in a second general purpose register and places the result in a general purpose register. Only the low order six bits of Rb are significant. This instruction will not cause any exceptions.

Format:

Opcode7 Ra5 Rb5 Rt5 Reserved4 Func6
2 Ra5 Rb5 Rt5 ---- 40