projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73d9c90
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 23 Jun 2022 12:54:27 +0000
(13:54 +0100)
committer
IkiWiki
<ikiwiki.info>
Thu, 23 Jun 2022 12:54:27 +0000
(13:54 +0100)
openpower/sv/vector_ops.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/vector_ops.mdwn
b/openpower/sv/vector_ops.mdwn
index f0183f608752ecad7d57e29ac4177de4515aec27..b20c3920f7c3e961f996012d1db6db35ea6984b4 100644
(file)
--- a/
openpower/sv/vector_ops.mdwn
+++ b/
openpower/sv/vector_ops.mdwn
@@
-48,7
+48,7
@@
as follows:
* first pattern A: `x / ~x`
* second pattern B: `| / & / ^`
-* third pattern C: `x+1 / x-1 / ~(x+1) /
-x
`
+* 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.