(no commit message)
authorlkcl <lkcl@web>
Sun, 10 Jan 2021 01:35:41 +0000 (01:35 +0000)
committerIkiWiki <ikiwiki.info>
Sun, 10 Jan 2021 01:35:41 +0000 (01:35 +0000)
openpower/sv/bitmanip.mdwn

index cba4fd2981e151b87c0887be340d74a859fe35cc..ead7b5b1ad6f449210adf9c762fcba0640370400 100644 (file)
@@ -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)
 {