3
3-11
M32R-FPU Software Manual (Rev.1.01)
ADDX
[Mnemonic]
ADDX Rdest,Rsrc
[Function]
Add
Rdest = ( unsigned ) Rdest + ( unsigned ) Rsrc + C;
C = carry_out ? 1 : 0;
[Description]
ADDX adds Rsrc and C to Rdest, and puts the result in Rdest.
The condition bit (C) is set when the addition result cannot be represented by a 32-bit unsigned
integer; otherwise it is cleared.
[EIT occurrence]
None
[Encoding]
ADDX
arithmetic operation instruction
Add with carry
1001
dest
0000
ADDX Rdest,Rsrc
src
INSTRUCTIONS
3.2 Instruction description
Summary of Contents for M32R-FPU
Page 8: ...M32R FPU Software Manual Rev 1 01 This page left blank intentionally...
Page 25: ...CHAPTER 2 INSTRUCTION SET 2 1 Instruction set overview 2 2 Instruction format...
Page 39: ...CHAPTER 3 INSTRUCTIONS 3 1 Conventions for instruction description 3 2 Instruction description...
Page 189: ...INDEX...