From c673b8c5109722fce9d760d6db91553b8bddc33f Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 8 Jan 2021 05:20:59 +0000 Subject: [PATCH] --- openpower/sv/bitmanip.mdwn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openpower/sv/bitmanip.mdwn b/openpower/sv/bitmanip.mdwn index 4ff5882e1..d34ca4868 100644 --- a/openpower/sv/bitmanip.mdwn +++ b/openpower/sv/bitmanip.mdwn @@ -38,12 +38,14 @@ a 4 operand variant which becomes more along the lines of an FPGA: | 0.5|6.10|11.15|16.20| 21..22 | 23...30 |31| name | | -- | -- | --- | --- | ------ | ------- |--| ------- | -| NN | RT | RA | RB | 1 0 | RC /// |Rc| XL-Form | +| NN | RT | RA | RB | 1 0 | RC mode |Rc| XL-Form | for i in range(64): idx = RT[i] << 2 | RA[i] << 1 | RB[i] RT[i] = (RC & (1<