From 6c5984b25f3cc90c7294b6a667c3f3cf169616a1 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 3 Oct 2023 11:29:58 +0100 Subject: [PATCH] Added English Language description for lfiwzx instruction --- openpower/isa/fpload.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openpower/isa/fpload.mdwn b/openpower/isa/fpload.mdwn index 6e83857e..d2bc4185 100644 --- a/openpower/isa/fpload.mdwn +++ b/openpower/isa/fpload.mdwn @@ -239,6 +239,13 @@ Pseudo-code: EA <- (RA|0) + (RB) FRT <- [0]*32 || MEM(EA, 4) +Description: + + Let the effective address (EA) be the sum (RA|0)+(RB). + + The word in storage addressed by EA is loaded into + FRT [32:63]. FRT [0:31] are set to 0. + Special Registers Altered: None -- 2.30.2