4.4.15 Quadword Subtract
Format:
SUBQ | Ra.rq,Rb.rq,Rc.wq | !Operate format |
SUBQ | Ra.rq,#b.ib,Rc.wq | !Operate format |
Operation:
Rc ← Rav - Rbv
Exceptions:
Integer Overflow
Instruction mnemonics:
SUBQ | Subtract Quadword |
Qualifiers:
Integer Overflow Enable (/V)
Description:
Register Rb or a literal is subtracted from register Ra and the
The unsigned compare instructions can be used to generate borrow. If the minuend (Rav) is less unsigned than the subtrahend (Rbv), a borrow will occur.
Instruction Descriptions