whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 27 Oct 2023 10:24:10 +0000 (11:24 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 29 Oct 2023 08:54:37 +0000 (08:54 +0000)
openpower/isa/pifixedloadshift.mdwn

index 98d7edd622895f875a3a02ab64006c2b79de9878..b383a96737015cd61893323d7cd37109aefd4198 100644 (file)
@@ -23,6 +23,7 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be register RA.
+
     The byte in storage addressed by EA is loaded into RT[56:63]. 
     RT[0:55] are set to 0.
 
@@ -75,6 +76,7 @@ Pseudo-code:
 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.
 
@@ -101,6 +103,7 @@ Pseudo-code:
 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.
 
@@ -127,6 +130,7 @@ Pseudo-code:
 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.
 
@@ -153,6 +157,7 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be the register RA.
+
     The word in storage addressed by EA is loaded into RT[32:63].
     RT[0:31] are filled with a copy of bit 0 of the loaded word.
 
@@ -179,8 +184,8 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be the register RA.
-    The doubleword in storage addressed by EA is loaded
-    into RT.
+
+    The doubleword in storage addressed by EA is loaded into RT.
 
     The sum (RA) + (RB) is placed into register RA.