projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50b7c2e
)
(no commit message)
author
lkcl
<lkcl@web>
Tue, 15 Feb 2022 06:34:28 +0000
(06:34 +0000)
committer
IkiWiki
<ikiwiki.info>
Tue, 15 Feb 2022 06:34:28 +0000
(06:34 +0000)
openpower/sv/bitmanip.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/bitmanip.mdwn
b/openpower/sv/bitmanip.mdwn
index a3248d8308d5f7aba79b7f4c9219d5cc6d64c7bf..5cb5d51f3a65249a2085099f363e5da424eff743 100644
(file)
--- a/
openpower/sv/bitmanip.mdwn
+++ b/
openpower/sv/bitmanip.mdwn
@@
-318,6
+318,11
@@
uint_xlen_t bmextrev(RA, RB, sh)
# grevlut
+generalised reverse combined with a LUT2 and allowing
+zero when RA=0 provides a wide range of instructions
+and a means to set regular 64 bit patterns in one
+32 bit instruction.
+
```
lut2(imm, a, b):
idx = b << 1 | a