(no commit message)
authorlkcl <lkcl@web>
Mon, 3 Apr 2023 23:40:16 +0000 (00:40 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 3 Apr 2023 23:40:16 +0000 (00:40 +0100)
openpower/sv/svp64.mdwn

index 7b7dce40ec980ec2f38563a06701da3a00d43f87..7193a586b8a0611a59292ab62d0d23e9c1e956e2 100644 (file)
@@ -255,8 +255,8 @@ be as follows.  For clarity in the table below:
     | ...    | ...     | ...     | ...     | ...     |
 ```
 
-Note that the upper 48 bits of GPR(1) would **not** be modified because
-the example has VL=5.  Thus on "wrapping" - sequential progression from
+Note that the upper 48 bits of GPR(2) would **not** be modified due to
+the example having VL=5.  Thus on "wrapping" - sequential progression from
 GPR(1) into GPR(2) - the 5th result modifies
 **only** the bottom 16 LSBs of GPR(1).
 
@@ -291,7 +291,7 @@ Operation, the exact same contents would be viewed as follows:
 ```
 
 In other words, this perspective really is no different from the situation
-where the actual Register File is treated as a byte-level-addressable
+where the actual Register File is treated as an Industry-standard byte-level-addressable
 Little-Endian-addressed SRAM.  Note that this perspective does **not**
 involve `MSR.LE` in any way shape or form because `MSR.LE` is directly
 in control of the Memory-to-Register byte-ordering. This section is