remove lhaup from pifixedloadshift -- all pi-shift instructions are indexed X-Form...
authorJacob Lifshay <programmerjake@gmail.com>
Mon, 6 Nov 2023 02:18:08 +0000 (18:18 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Mon, 6 Nov 2023 03:15:29 +0000 (19:15 -0800)
openpower/isa/pifixedloadshift.mdwn

index b383a96737015cd61893323d7cd37109aefd4198..51abc920af319d5d6f7e26173804119af59c7128 100644 (file)
@@ -61,33 +61,6 @@ Special Registers Altered:
 
     None
 
-# Load Halfword Algebraic with Post-Update
-
-D-Form
-
-* lhaup RT,D(RA)
-
-Pseudo-code:
-
-    EA <- (RA)
-    RT <- EXTS(MEM(EA, 2))
-    RA <- (RA) + EXTS(D)
-
-Description:
-
-    Let the effective address (EA) be the register RA.
-
-    The halfword in storage addressed by EA is loaded into RT[48:63].
-    RT[0:47] are filled with a copy of bit 0 of the loaded halfword.
-
-    The sum (RA) + D is placed into register RA.
-
-    If RA=0 or RA=RT, the instruction form is invalid.
-
-Special Registers Altered:
-
-    None
-
 # Load Halfword Algebraic with Post-Update Indexed
 
 X-Form