From 5bcee7d66466c26bf8bd6bdf9e2f9e0c2068df27 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 10 Jan 2021 01:35:41 +0000 Subject: [PATCH] --- openpower/sv/bitmanip.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index cba4fd298..ead7b5b1a 100644 --- 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) { -- 2.30.2