Architecture

ADDIU

Add Immediate Unsigned

ADDIU

 

31

26 25

21 20

16 15

0

 

 

 

ADDIU

 

rs

 

rt

 

immediate

 

 

 

 

 

 

 

 

 

 

001001

 

 

 

 

 

 

 

 

 

6

 

5

 

5

 

16

 

Format :

ADDIU rt, rs, immediate

Description :

Sign extends a 16-bit immediate value, adds it to the contents of general-purpose register rs and puts the result in general-purpose register rt. The only difference from ADDI is that ADDIU cannot cause an overflow exception.

Operation :

T:GPR[rt] GPR[rs] + (immediate15 )16 immediate15..0

Exceptions :

None

104

Page 115
Image 115
Toshiba TX39 user manual Addiu