From: Luke Kenneth Casson Leighton Date: Tue, 17 Oct 2023 09:10:51 +0000 (+0100) Subject: remove missed non-post-update fp instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0eb4315e02478ed792909a3c3d2fecc161844e3a;p=openpower-isa.git remove missed non-post-update fp instruction --- diff --git a/openpower/isa/pifpload.mdwn b/openpower/isa/pifpload.mdwn index 1b036aa8..be53049d 100644 --- a/openpower/isa/pifpload.mdwn +++ b/openpower/isa/pifpload.mdwn @@ -114,26 +114,3 @@ Special Registers Altered: None -# Load Floating-Point as Integer Word Algebraic Indexed - -X-Form - -* lfiwax FRT,RA,RB - -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 -