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