remove missed non-post-update fp instruction
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 17 Oct 2023 09:10:51 +0000 (10:10 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 17 Oct 2023 09:10:55 +0000 (10:10 +0100)
openpower/isa/pifpload.mdwn

index 1b036aa8a5ff4fe82a2a20ea271ed6314a932f6c..be53049d9655dda903165fbaa79213f5d0b45d3c 100644 (file)
@@ -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
-