(no commit message)
authorlkcl <lkcl@web>
Mon, 16 May 2022 12:53:33 +0000 (13:53 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 16 May 2022 12:53:33 +0000 (13:53 +0100)
openpower/sv/bitmanip.mdwn

index cba9e7acf9181f964b671d90c473dcde5668dc97..24e522f6d9a9e7365d6dbebde86d4562aa35cb1e 100644 (file)
@@ -185,10 +185,10 @@ Binary lookup is a dynamic LUT2 version of ternlogi. Firstly, the
 lookup table is 4 bits wide not 8 bits, and secondly the lookup
 table comes from a register not an immediate.
 
-| 0.5|6.10|11.15|16.20| 21..25|26..30 |31| Form    |
-| -- | -- | --- | --- | ----- |------ |--|---------|
-| NN | RT | RA  | RB  | RC    |nh 0000|1 | VA-Form |
-| NN | RT | RA  | RB  | /BFA/ |0  0100|1 | VA-Form |
+| 0.5|6.10|11.15|16.20| 21..25|26..31  | Form    |
+| -- | -- | --- | --- | ----- |--------|---------|
+| NN | RT | RA  | RB  | RC    |nh 00001| VA-Form |
+| NN | RT | RA  | RB  | /BFA/ |0  01001| VA-Form |
 
 For binlut: