From: Shriya Sharma Date: Tue, 3 Oct 2023 10:39:03 +0000 (+0100) Subject: Added English Language description for stfiwx instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e2da744c74c0b3c2275c8c70ce4a8b2d32afb643;p=openpower-isa.git Added English Language description for stfiwx instruction --- diff --git a/openpower/isa/fpstore.mdwn b/openpower/isa/fpstore.mdwn index 6b1bab9a..3d7bd776 100644 --- a/openpower/isa/fpstore.mdwn +++ b/openpower/isa/fpstore.mdwn @@ -214,6 +214,25 @@ Pseudo-code: EA <- b + (RB) MEM(EA, 8)<- (FRS)[32:63] +Description: + + Let the effective address (EA) be the sum (RA|0)+(RB). + + (FRS)[32:63] are stored, without conversion, into the word + in storage addressed by EA. + + If the contents of register FRS were produced, either + directly or indirectly, by a Load Floating-Point Single + instruction, a single-precision Arithmetic instruction, or + frsp, then the value stored is undefined. (The contents + of register FRS are produced directly by such an + instruction if FRS is the target register for the instruc- + tion. The contents of register FRS are produced indi- + rectly by such an instruction if FRS is the final target + register of a sequence of one or more Floating-Point + Move instructions, with the input to the sequence hav- + ing been produced directly by such an instruction.) + Special Registers Altered: None