stfd
Store Floating-Point Double D-form
Stores a double-precision floating-point value from a register to memory.
Details
The contents of the specified floating-point register (FRS) are stored into the double-word in storage addressed by the effective address (EA). The EA is calculated as the sum of the contents of register RA or 0 if RA=0, and the sign-extended value D.
Programming Note
The stfd instruction stores a double-precision floating-point value from a specified register into memory. Ensure the destination address is properly aligned to avoid alignment faults. The effective address is calculated by adding the base address in RA (or zero if RA is 0) and the sign-extended displacement D. This instruction operates at user privilege level.
Example
Encoding
Operands
-
FRS
Floating-point Source Register -
D
16-bit signed displacement -
RA
Base General Purpose Register