projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cae7fb6
)
(no commit message)
author
lkcl
<lkcl@web>
Sun, 10 Jan 2021 01:35:41 +0000
(
01:35
+0000)
committer
IkiWiki
<ikiwiki.info>
Sun, 10 Jan 2021 01:35:41 +0000
(
01:35
+0000)
openpower/sv/bitmanip.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/bitmanip.mdwn
b/openpower/sv/bitmanip.mdwn
index cba4fd2981e151b87c0887be340d74a859fe35cc..ead7b5b1ad6f449210adf9c762fcba0640370400 100644
(file)
--- a/
openpower/sv/bitmanip.mdwn
+++ b/
openpower/sv/bitmanip.mdwn
@@
-101,6
+101,11
@@
another mode selection would be CRs not Ints.
based on RV bitmanip singlebit set, instruction format similar to shift
+| 0.5|6.10|11.15|16.20| 21.25 | 26.27 | 28.30 |31|
+| -- | -- | --- | --- | ----- | ----- | ----- |--|
+| NN | RT | RA | RB | RC | itype | 0 00 |Rc|
+| NN | RT | RA | RB | sh | itype | SH 01 |Rc|
+
```
uint_xlen_t bmset(RA, RB, sh)
{