projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7659fbf
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 13 Apr 2023 04:29:54 +0000
(
05:29
+0100)
committer
IkiWiki
<ikiwiki.info>
Thu, 13 Apr 2023 04:29:54 +0000
(
05:29
+0100)
openpower/sv/svp64.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/svp64.mdwn
b/openpower/sv/svp64.mdwn
index a6ed9280560b1d0a4be219be55520867499b257d..be125bde41f769198165fb5f0cc66df16a6a726b 100644
(file)
--- a/
openpower/sv/svp64.mdwn
+++ b/
openpower/sv/svp64.mdwn
@@
-618,6
+618,7
@@
Examples of permitted instructions:
sv.crand *cr8.eq, *cr16.le, *cr40.so # all CR8-CR127
sv.mfcr cr5, *cr40 # only one source (CR40) copied to CR5
sv.mfcr *cr16, cr40 # Vector-Splat CR40 onto CR16,17,18...
+ sv.mfcr *cr16, cr3 # Vector-Splat CR3 onto CR16,17,18...
```
Examples of prohibited instructions: