3
3-96 M32R-FPU Software Manual (Rev.1.01)

REMUREMU

multiply and divide instruction

Remainder unsigned

[Mnemonic]

REMU Rdest,Rsrc

[Function]
Unsigned remainder
Rdest = ( unsigned ) Rdest % ( unsigned ) Rsrc ;
[Description]
REMU divides Rdest by Rsrc and puts the quotient in Rdest.
The operands are treated as unsigned 32-bit values.
The condition bit (C) is unchanged.
When Rsrc is zero, Rdest is unchanged.
[EIT occurrence]
None
[Encoding]

dest1001 src0011 00000000 00000000

REMU Rdest,Rsrc

INSTRUCTIONS
3.2 Instruction description