(no commit message)
authorlkcl <lkcl@web>
Sun, 18 Sep 2022 11:17:27 +0000 (12:17 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 18 Sep 2022 11:17:27 +0000 (12:17 +0100)
openpower/sv/rfc/ls001.mdwn

index 8b510c2d89ceb57efc981946353d1032d9ae8e58..4a3c055db347f057c6497bddd3115ca0be3005a2 100644 (file)
@@ -348,8 +348,9 @@ of these had to be jammed in on top of existing Scalar instructions
 **without modifying the Scalar instructions**.  A small conceptual
 "cheat" was therefore needed.  The Immediate (D) is in some Modes
 multiplied by the element index, which gives us element-strided.
-For unit-strided the width of the operation (`ld`, 8 byte) is taken
-as the multiplier.  Modifications to support this
+For unit-strided the width of the operation (`ld`, 8 byte) is
+multiplied by the element index and *substituted* for "D" when
+the immediate, D, is zero.  Modifications to support this
 "cheat" on top of pre-existing Scalar HDL (and Simulators)
 have both turned out to be minimal.[^mul]