projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99527c6
)
whoops indentation
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 5 Apr 2020 16:46:12 +0000
(17:46 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 5 Apr 2020 16:46:12 +0000
(17:46 +0100)
openpower/isa/sprset.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/sprset.mdwn
b/openpower/isa/sprset.mdwn
index 4165241ea82f7ee29cfe018fc40bbac38a1a5526..755d573da157e554d24e84cabb0e5067c1ce4cc0 100644
(file)
--- a/
openpower/isa/sprset.mdwn
+++ b/
openpower/isa/sprset.mdwn
@@
-96,8
+96,8
@@
XFX-Form
n <- i
count <- count + 1
if count = 1 then
- RT <- [0]*64
- RT[4
*n+32:4*n+35] <- CR[4*n+32:4* n+35]
+
RT <- [0]*64
+ RT[4*n+32:4*n+35] <- CR[4*n+32:4* n+35]
Special Registers Altered:
@@
-122,11
+122,11
@@
X-Form
* setb RT,BFA
if CR[4×BFA+32] = 1 then
- RT <-
0xFFFF_FFFF_FFFF_FFFF
+ RT <- 0xFFFF_FFFF_FFFF_FFFF
else if CR[4*BFA+33]=1 then
- RT <-
0x0000_0000_0000_0001
+ RT <- 0x0000_0000_0000_0001
else
- RT <-
0x0000_0000_0000_0000
+ RT <- 0x0000_0000_0000_0000
Special Registers Altered: