(no commit message)
authorlkcl <lkcl@web>
Sun, 25 Sep 2022 00:26:51 +0000 (01:26 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 25 Sep 2022 00:26:51 +0000 (01:26 +0100)
openpower/sv/overview/discussion.mdwn

index dd673a7c2efa1b8775bd74952632f1d53838023f..f63980cb18f1493805090f72971654a955016477 100644 (file)
@@ -289,4 +289,6 @@ The reason why **GPR(3)** contains the value 0x200 (1<<9) when
 it was the 2nd Vector Element being written to is because of
 the sequential conceptual overlap between **all** registers, as
 ultimately the regfile must be considered arbitrarily-byte-addressable
-just like any Memory.
+just like any Memory, and therefore writing to
+half-word element `e4` starting from **GPR(2)** actually wrote to
+half-word element `e0` of GPR(3).