projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d29bc7
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 7 Jan 2021 19:02:40 +0000
(19:02 +0000)
committer
IkiWiki
<ikiwiki.info>
Thu, 7 Jan 2021 19:02:40 +0000
(19:02 +0000)
openpower/sv/svp64.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/svp64.mdwn
b/openpower/sv/svp64.mdwn
index 2ab0967f3b53b3164559179c28b63c2939ffec78..9f3582b1bede880085d18c3a8a1dc33852c7151b 100644
(file)
--- a/
openpower/sv/svp64.mdwn
+++ b/
openpower/sv/svp64.mdwn
@@
-337,6
+337,8
@@
Twin predication has an identical 3 bit field similarly encoded.
| 110 | R30 | `R30 & (1 << i)` is non-zero |
| 111 | ~R30 | `R30 & (1 << i)` is zero |
+r10 and r30 are at the high end of temporary and unused registers, so as not to interfere with register allocation from ABIs.
+
## CR-based Predication (MASKMODE=1)
When the predicate mode bit is one the 3 bits are interpreted as below.