(no commit message)
authorlkcl <lkcl@web>
Fri, 8 Jul 2022 15:39:03 +0000 (16:39 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 8 Jul 2022 15:39:03 +0000 (16:39 +0100)
openpower/atomics.mdwn

index 7e9abe67d94fcf47bc50f637b544d7b1153db53b..622ade789d8dfb2690be379ad2127ea99a51109a 100644 (file)
@@ -125,6 +125,18 @@ read operations v3.1 book II section 4.5.1 p1071
     | 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: