projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63a566f
)
missing special section
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 2 Apr 2020 14:47:15 +0000
(15:47 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 2 Apr 2020 14:47:15 +0000
(15:47 +0100)
openpower/isa/branch.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/branch.mdwn
b/openpower/isa/branch.mdwn
index 198838f979a17fc273ec1b894977b634369df003..99793f04d29f092ecc52605b89bdee80273d6339 100644
(file)
--- a/
openpower/isa/branch.mdwn
+++ b/
openpower/isa/branch.mdwn
@@
-56,6
+56,11
@@
XL-Form
if ctr_ok & cond_ok then NIA <- iea LR[0:61] || 0b00
if LK then LR <-iea CIA + 4
+Special Registers Altered:
+
+ CTR (if BO2=0)
+ LR (if LK=1)
+
# Branch Conditional to Count Register
XL-Form