projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c13d72a
)
(no commit message)
author
lkcl
<lkcl@web>
Sun, 13 Mar 2022 15:29:03 +0000
(15:29 +0000)
committer
IkiWiki
<ikiwiki.info>
Sun, 13 Mar 2022 15:29:03 +0000
(15:29 +0000)
openpower/sv/bitmanip.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/bitmanip.mdwn
b/openpower/sv/bitmanip.mdwn
index c46d1ce9576a3fb9684ebba33d5448fb0b2cb5eb..d35c856ee099359c4853f90c45e4d6d56adac53d 100644
(file)
--- a/
openpower/sv/bitmanip.mdwn
+++ b/
openpower/sv/bitmanip.mdwn
@@
-329,7
+329,9
@@
uint_xlen_t bmextrev(RA, RB, sh)
# grevlut
generalised reverse combined with a pair of LUT2s and allowing
-zero when RA=0 provides a wide range of instructions
+a constant `0b0101...0101` when RA=0, and an option to invert
+(including when RA=0, giving a constant 0b1010...1010 as the
+initial value) provides a wide range of instructions
and a means to set regular 64 bit patterns in one
32 bit instruction.