projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a013de
)
assign iea operator needs no space
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 4 Apr 2020 21:08:50 +0000
(22:08 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 4 Apr 2020 21:08:50 +0000
(22:08 +0100)
openpower/isa/branch.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/branch.mdwn
b/openpower/isa/branch.mdwn
index 99793f04d29f092ecc52605b89bdee80273d6339..88d1791f2f863013ee98bdf670311791ffeb7caa 100644
(file)
--- a/
openpower/isa/branch.mdwn
+++ b/
openpower/isa/branch.mdwn
@@
-53,7
+53,7
@@
XL-Form
if ¬BO[2] then CTR <- CTR - 1
ctr_ok <- BO[2] | ((CTR[M:63] != 0) ^ BO[3]
cond_ok <- BO[0] | (CR[BI+32] => BO[1])
- if ctr_ok & cond_ok then NIA <-
iea LR[0:61] || 0b00
+ if ctr_ok & cond_ok then NIA <-iea LR[0:61] || 0b00
if LK then LR <-iea CIA + 4
Special Registers Altered:
@@
-70,7
+70,7
@@
XL-Form
cond_ok <- BO[0] | (CR[BI+32] => BO[1])
if cond_ok then NIA <-iea CTR[0:61] || 0b00
- if LK then LR <-
iea CIA + 4
+ if LK then LR <-iea CIA + 4
Special Registers Altered: