add todos
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 6 Jan 2022 04:32:22 +0000 (20:32 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 6 Jan 2022 04:32:22 +0000 (20:32 -0800)
openpower/sv/bitmanip.mdwn

index cc91c1e42b3f5fe4bb34ab4d4058453615e8450a..dfa34536bbf761a4e319b27c82d00a7afa1c79a8 100644 (file)
@@ -73,6 +73,8 @@ minor opcode allocation
 * ternlog bitops
 * GF
 
+TODO: convert all instructions to use RT and not RS
+
 | 0.5|6.10|11.15|16.20|21..25 | 26....30 |31| name |
 | -- | -- | --- | --- | ----- | -------- |--| ------ |
 | NN | RT | RA  | RB  | RC    | mode 000 |1 | ternlog |
@@ -94,6 +96,9 @@ minor opcode allocation
 ops (note that av avg and abs as well as vec scalar mask
 are included here)
 
+TODO: convert from RA, RB, and RC to correct field names of RT, RA, and RB, and
+double check that instructions didn't need 3 inputs.
+
 | 0.5|6.10|11.15|16.20| 21 | 22.23 | 24....30 |31| name |
 | -- | -- | --- | --- | -- | ----- | -------- |--| ---- |
 | NN | RA | RB  |     | 0  |       | 0000 110 |Rc| rsvd   |