The following table shows the extended mnemonics for fixed-point arithmetic instructions for POWER family and PowerPC. Except as noted, these extended mnemonics are for POWER family and PowerPC and are in the com assembly mode.
Extended Mnemonic | Equivalent to | Meaning |
---|---|---|
subi rx, ry, value | addi rx, ry, -value | Subtract Immediate |
subis rx, ry, value | addis rx, ry, -value | Subtract Immediate Shifted |
subic[.] rx, ry, value | addic[.] rx, ry, -value | Subtract Immediate |
subc[o][.] rx, ry, rz | subfc[o][.] rx, ry, rz | Subtract From Carrying |
si[.] rt, ra, value | ai[.] rt, ra, -value | Subtract Immediate |
sub[o][.] rx, ry, rz | subf[o][.] rx, ry, rz | Subtract From |
Extended Instruction Mnemonics.
Extended Mnemonics of Branch Instructions.
Extended Mnemonics of Condition Register Logical Instructions.
Extended Mnemonics of Fixed-Point Compare Instructions.
Extended Mnemonics of Fixed-Point Load Instructions.
Extended Mnemonics of Fixed-Point Logical Instructions.
Extended Mnemonics of Fixed-Point Trap Instructions.
Extended Mnemonics of Moving from or to Special-Purpose Registers.
Extended Mnemonics of 32-bit Fixed-Point Rotate and Shift Instructions.
addic or ai (Add Immediate Carrying) Instruction, addic. or ai. (Add Immediate Carrying and Record) Instruction.