projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08e93f4
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 23 Jun 2022 12:57:21 +0000
(13:57 +0100)
committer
IkiWiki
<ikiwiki.info>
Thu, 23 Jun 2022 12:57:21 +0000
(13:57 +0100)
openpower/sv/vector_ops.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/vector_ops.mdwn
b/openpower/sv/vector_ops.mdwn
index b20c3920f7c3e961f996012d1db6db35ea6984b4..c510bcc4b5db0f9f27b45d2e20eaa618fc241539 100644
(file)
--- a/
openpower/sv/vector_ops.mdwn
+++ b/
openpower/sv/vector_ops.mdwn
@@
-51,7
+51,9
@@
as follows:
* third pattern C: `x+1 / x-1 / ~(x+1) / (~x)+1`
Thus it makes sense to create a single instruction
-that covers all of these.
+that covers all of these. A crucial addition that is essential
+for Scalable Vector usage however is the second mask parameter
+(RB).
Executable pseudocode demo: