[ Previous | Next | Contents | Home | Search ]
AIX Version 4.3 Assembler Language Reference

stdux (Store Double Word with Update Indexed) Instruction

Purpose

Store a double-word of data from a general purpose register into a specified memory location. Update the address base.

Syntax

PowerPC
stdux RS, RA, RB

Description

The stdux instruction stores a double-word in storage from the source general-purpose register (GPR) RS into the location in storage specified by the effective address (EA).

The EA is the sum of the contents of GPR RA and RB. GRP RA is updated with the EA.

If rA = 0, the instruction form is invalid.

Parameters

RS Specifies the source general-purpose register containing data.
RA Specifies source general-purpose register for EA calculation.
RB Specifies source general-purpose register for EA calculation.

Implementation

This instruction is defined only for 64-bit implementations. Using it on a 32-bit implementation will cause the system illegal instruction error handler to be invoked.


[ Previous | Next | Contents | Home | Search ]