The following table shows the extended mnemonics for fixed-point load instructions for POWER family and PowerPC. These extended mnemonics are in the com assembly mode.
Extended Mnemonic | Equivalent to | Meaning |
---|---|---|
li rx, value | addi rx, 0, value | Load Immediate |
la rx, disp(ry) | addi rx, ry, disp | Load Address |
lil rt, value | cal rt, value(0) | Load Immediate Lower |
liu rt, value | cau rt, 0, value | Load Immediate Upper |
lis rx, value | addis rx, 0, value | Load Immediate Shifted |
Extended Instruction Mnemonics.
Extended Mnemonics of Branch Instructions.
Extended Mnemonics of Condition Register Logical Instructions.
Extended Mnemonics of Fixed-Point Arithmetic Instructions.
Extended Mnemonics of Fixed-Point Compare 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.
addi (Add Immediate) or cal (Compute Address Lower) Instruction, addis or cau (Add Immediate Shifted) Instruction.