| 11001 | RT | mem(EA,s) mem(EA+s, s) | Fetch and Increment Equal |
| 11100 | RT | mem(EA-s,s) mem(EA, s) | Fetch and Decrement Bounded |
+store operations
+
+ | 00000 RS mem(EA,s) Store Add
+ | 00001 RS mem(EA,s) Store XOR
+ | 00010 RS mem(EA,s) Store OR
+ | 00011 RS mem(EA,s) Store AND t
+ | 00100 RS mem(EA,s) Store Maximum Unsigned
+ | 00101 RS mem(EA,s) Store Maximum Signed t
+ | 00110 RS mem(EA,s) Store Minimum Unsigned
+ | 00111 RS mem(EA,s) Store Minimum Signed
+ | 11000 RS mem(EA,s) Store Twin
+
These operations are recognised as being part of the
OpenCAPI Specification.
the operations it has that I was going to propose: