projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9d7203
)
sigh have to remove spaces from pseudocode
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 13 Mar 2021 12:19:28 +0000
(12:19 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 13 Mar 2021 12:19:28 +0000
(12:19 +0000)
openpower/isa/simplev.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/simplev.mdwn
b/openpower/isa/simplev.mdwn
index a0e048a52f8d78f0f45c12c32c82962a91fa0194..cada3b6ae0066c465ca360cab66476396d978ef3 100644
(file)
--- a/
openpower/isa/simplev.mdwn
+++ b/
openpower/isa/simplev.mdwn
@@
-8,7
+8,6
@@
SVL-Form
Pseudo-code:
VLimm <- SVi + 1
-
if vs = 1 then
if RA = 0 then
VL <- (RA)
@@
-16,18
+15,14
@@
Pseudo-code:
VL <- VLimm
else
VL <- SVSTATE[7:13]
-
if ms = 1 then
MVL <- VLimm
else
MVL <- SVSTATE[0:6]
-
if VL > MVL then
VL = MVL
-
SVSTATE[0:6] = MVL
SVSTATE[7:13] = VL
-
if RT != 0 then
RT <- VL