projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f47aff
)
whoops put (RA|0) into wrong variable
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 5 Apr 2020 12:13:34 +0000
(13:13 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 5 Apr 2020 12:13:34 +0000
(13:13 +0100)
openpower/isa/stringldst.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/stringldst.mdwn
b/openpower/isa/stringldst.mdwn
index b91f75a4f2f3af365f81f7996c40d8b00995f49e..4ded1cd3ab70b2ca3f96267f9a0556919da52be4 100644
(file)
--- a/
openpower/isa/stringldst.mdwn
+++ b/
openpower/isa/stringldst.mdwn
@@
-4,7
+4,7
@@
X-Form
* lswi RT,RA,NB
-
b
<- (RA|0)
+
EA
<- (RA|0)
if NB = 0 then n <- 32
else n <- NB
r <- RT - 1
@@
-55,7
+55,7
@@
X-Form
* stswi RS,RA,NB
-
b
<- (RA|0)
+
EA
<- (RA|0)
if NB = 0 then n <- 32
else n <- NB
r <- RS - 1