projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db18d38
)
use "fallthrough" trick to get parser to work (hack)
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 5 Apr 2020 15:59:26 +0000
(16:59 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 5 Apr 2020 15:59:26 +0000
(16:59 +0100)
openpower/isa/sprset.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/sprset.mdwn
b/openpower/isa/sprset.mdwn
index a5964858976585252d8d7a0b3c7175db46263ada..c6ba3ca96233174ef2d02d283d20e5b1dc25522a 100644
(file)
--- a/
openpower/isa/sprset.mdwn
+++ b/
openpower/isa/sprset.mdwn
@@
-7,7
+7,7
@@
XFX-Form
n <- spr[5:9] || spr[0:4]
switch (n)
case(13): see(Book_III_p974)
- case(808, 809, 810, 811):
+ case(808, 809, 810, 811):
fallthrough
default:
if length(SPR(n)) = 64 then
SPR(n) <- (RS)
@@
-27,7
+27,7
@@
XFX-Form
n <- spr[5:9] || spr[0:4]
switch (n)
case(129): see(Book_III_p975)
- case(808, 809, 810, 811):
+ case(808, 809, 810, 811):
fallthrough
default:
if length(SPR(n)) = 64 then
RT <- SPR(n)