projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49aa8e3
)
(no commit message)
author
lkcl
<lkcl@web>
Fri, 28 May 2021 15:18:37 +0000
(16:18 +0100)
committer
IkiWiki
<ikiwiki.info>
Fri, 28 May 2021 15:18:37 +0000
(16:18 +0100)
openpower/sv/ldst.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/ldst.mdwn
b/openpower/sv/ldst.mdwn
index 49341eaa7795919c8c2e32c4d8037e0d286d35c1..f46b0498ea8f0fe64d354219ab35d91e8c549a8d 100644
(file)
--- a/
openpower/sv/ldst.mdwn
+++ b/
openpower/sv/ldst.mdwn
@@
-57,7
+57,7
@@
with the pseudocode below, the immediate can be used to give unit stride or elem
elif svctx.ldstmode == unitstride:
# unit stride mode
srcbase = ireg[RA]
- offs = i
* op_width
+ offs = i
mmed + (i * op_width)
elif RA.isvec:
# quirky Vector indexed mode but with an immediate
srcbase = ireg[RA+i]