4.4.1 Longword Add
Format:
ADDL | Ra.rl,Rb.rl,Rc.wq | !Operate format |
ADDL | Ra.rl,#b.ib,Rc.wq | !Operate format |
Operation:
Rc ← SEXT( (Rav + Rbv)<31:0>)
Exceptions:
Integer Overflow
Instruction mnemonics:
ADDL | Add Longword |
Qualifiers:
Integer Overflow Enable (/V)
Description:
Register Ra is added to register Rb or a literal and the
The high order 32 bits of Ra and Rb are ignored. Rc is a proper sign extension of the truncated
Instruction Descriptions