projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cdf558
)
(no commit message)
author
lkcl
<lkcl@web>
Sun, 25 Sep 2022 00:26:51 +0000
(
01:26
+0100)
committer
IkiWiki
<ikiwiki.info>
Sun, 25 Sep 2022 00:26:51 +0000
(
01:26
+0100)
openpower/sv/overview/discussion.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/overview/discussion.mdwn
b/openpower/sv/overview/discussion.mdwn
index dd673a7c2efa1b8775bd74952632f1d53838023f..f63980cb18f1493805090f72971654a955016477 100644
(file)
--- a/
openpower/sv/overview/discussion.mdwn
+++ b/
openpower/sv/overview/discussion.mdwn
@@
-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).