[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Assembler Language Reference

Extended Mnemonics of Fixed-Point Arithmetic Instructions

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.

Table 10. Fixed-Point Arithmetic Instruction Extended Mnemonics
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
Note
The sub[o][.] extended mnemonic is for PowerPC, since its base mnemonic subf[o][.] is for PowerPC only.

Related Information

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.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]