From b7d9aaaaabdf33d5f4a955149bd7dc771d9ab391 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 3 Oct 2023 11:29:02 +0100 Subject: [PATCH] Added English Language description for lfiwax instruction --- openpower/isa/fpload.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openpower/isa/fpload.mdwn b/openpower/isa/fpload.mdwn index 3ec13b6a..6e83857e 100644 --- a/openpower/isa/fpload.mdwn +++ b/openpower/isa/fpload.mdwn @@ -216,6 +216,14 @@ Pseudo-code: EA <- (RA|0) + (RB) FRT <- EXTS(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 filled with a copy of bit 0 of the + loaded word. + Special Registers Altered: None -- 2.30.2