(no commit message)
authorlkcl <lkcl@web>
Sat, 11 Jun 2022 10:07:43 +0000 (11:07 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 11 Jun 2022 10:07:43 +0000 (11:07 +0100)
openpower/sv/bitmanip.mdwn

index cd4f670a1f575dd6751037f1f5ac3a0b8f4c8d8c..4db5c1100e330135bf997f70dd560099651be99c 100644 (file)
@@ -70,7 +70,7 @@ ternlog has its own major opcode
 |  -00   |0 | xpermi    |
 |  -00   |1 | binary lut     |
 |  -01   |0 | grevlog     |
-|  -01   |1 | bmatxori     |
+|  -01   |1 | swizzle mv/fmv     |
 |  010   |Rc| bitmask   |
 |  011   |  | SVP64  |
 |  110   |Rc| 1/2-op    |
@@ -715,10 +715,6 @@ as GF2P8AFFINEQB. uses:
 * Vector bit-reverse <https://reviews.llvm.org/D91515?id=305411>
 * Affine Inverse <https://github.com/HJLebbink/asm-dude/wiki/GF2P8AFFINEINVQB>
 
-| 0.5|6.10|11.15|16.20 |21..28   | 29.30|31| name | Form |
-| -- | -- | --- | ---  | -----   | -----|--| ------ | ----- |
-| NN | RT | RA  | RB   | im0-7   | 01   |1 | bmatxori |           |
-
 | 0.5|6.10|11.15|16.20| 21 | 22.23 | 24....30 |31| name      |  Form   |
 | -- | -- | --- | --- | -- | ----- | -------- |--| ----      | ------- |
 | NN | RS | RA  |im04 | im5|  1 1  | im67 00 110 |Rc| bmatxori  | TODO    |