projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74a2c36
)
indentation correction (spec wrong)
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 5 Apr 2020 12:21:40 +0000
(13:21 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 5 Apr 2020 12:21:40 +0000
(13:21 +0100)
openpower/isa/stringldst.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/stringldst.mdwn
b/openpower/isa/stringldst.mdwn
index 99ac486efdcb2f52f160dc005bea0b4f61c4d7bc..e2d314c5e301780ceacc918e8b470be948f739e7 100644
(file)
--- a/
openpower/isa/stringldst.mdwn
+++ b/
openpower/isa/stringldst.mdwn
@@
-63,7
+63,7
@@
X-Form
do while n > 0
if i = 32 then r <- (r + 1) % 32
MEM(EA, 1) <- GPR(r)[i:i+7]
-
i <- i + 8
+ i <- i + 8
if i = 64 then i <- 32
EA <- EA + 1
n <- n - 1
@@
-86,7
+86,7
@@
X-Form
do while n > 0
if i = 32 then r <- (r + 1) % 32
MEM(EA, 1) <- GPR(r)[i:i+7]
-
i <- i + 8
+ i <- i + 8
if i = 64 then i <- 32
EA <- EA + 1
n <- n - 1