From d029ad1c628c49aa050926fb3aa57ef5810e9046 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 3 Oct 2023 11:34:11 +0100 Subject: [PATCH] Added English Language description for stfsux instruction --- openpower/isa/fpstore.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/openpower/isa/fpstore.mdwn b/openpower/isa/fpstore.mdwn index affb8e17..0619009f 100644 --- a/openpower/isa/fpstore.mdwn +++ b/openpower/isa/fpstore.mdwn @@ -88,6 +88,18 @@ Pseudo-code: MEM(EA, 4)<- SINGLE( (FRS) ) RA <- EA +Description: + + Let the effective address (EA) be the sum (RA) +(RB). + + The contents of register FRS are converted to single + format (see page 142) and stored into the word in stor- + age addressed by EA. + + EA is placed into register RA. + + If RA=0, the instruction form is invalid. + Special Registers Altered: None -- 2.30.2