Renesas M32R-FPU User Manual

Page of 192
3
3-102
M32R-FPU Software Manual (Rev.1.01)
SLLI
SLLI
shift instruction
Shift left logical immediate
[Mnemonic]
SLLI  Rdest,#imm5
[Function]
Logical left shift
Rdest = Rdest  <<  imm5 ;
[Description]
SLLI left logical-shifts the contents of Rdest by the number specified by the 5-bit immediate
value, shifting zeroes into the least significant bits.
The condition bit (C) is unchanged.
[EIT occurrence]
None
[Encoding]
dest
0101
imm5
010
SLLI  Rdest,#imm5
INSTRUCTIONS
3.2 Instruction description