projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88a07dc
)
(no commit message)
author
lkcl
<lkcl@web>
Tue, 18 Apr 2023 10:00:08 +0000
(11:00 +0100)
committer
IkiWiki
<ikiwiki.info>
Tue, 18 Apr 2023 10:00:08 +0000
(11:00 +0100)
openpower/sv/rfc/ls004.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/rfc/ls004.mdwn
b/openpower/sv/rfc/ls004.mdwn
index a95a2919660f9df63955f45cc5b4fa4d407e4745..6cfe450c7c29fdc18e5ff99f17f971f482254cdd 100644
(file)
--- a/
openpower/sv/rfc/ls004.mdwn
+++ b/
openpower/sv/rfc/ls004.mdwn
@@
-240,9
+240,10
@@
address. RB is the offset into data structure limited to 32-bit.*
Examples:
```
-#
-shaddw r4, r1, r2
+#
r4 = r1 + (r2*16)
+shaddw r4, r1, r2
, 3
```
+
----------------
\newpage{}