Renesas M32R-FPU Manual Do Utilizador

Página de 192
3
3-108
M32R-FPU Software Manual (Rev.1.01)
SRLI
SRLI
shift instruction
Shift right logical immediate
[Mnemonic]
SRLI  Rdest,#imm5
[Function]
Logical right shift
Rdest = ( unsigned ) Rdest  >>  ( imm5 & 31 ) ;
[Description]
SRLI right arithmetic-shifts Rdest by the number specified by the 5-bit immediate value, shift-
ing zeroes into the most significant bits.
The condition bit (C) is unchanged.
[EIT occurrence]
None
[Encoding]
dest
0101
imm5
000
SRLI  Rdest,#imm5
INSTRUCTIONS
3.2 Instruction description