(no commit message)
authorlkcl <lkcl@web>
Fri, 8 Jul 2022 19:40:12 +0000 (20:40 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 8 Jul 2022 19:40:12 +0000 (20:40 +0100)
openpower/atomics.mdwn

index ba53858e30da46d0d6bd8aa2304d79c89c4f82fc..39dc94d02890cd94179269931c830fbbab2b0c93 100644 (file)
@@ -149,7 +149,7 @@ atomic memory operations
 * `FC` is identical to the Function tables used in Power ISA v3 for `lwat`
   and `stwat`
 
-read operations v3.1 book II section 4.5.1 p1071
+read functions v3.1 book II section 4.5.1 p1071
 
     | 00000 | RT, RT+1 | mem(EA,s) | Fetch and Add |
     | 00001 | RT, RT+1 | mem(EA,s) | Fetch and XOR |
@@ -165,7 +165,7 @@ 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
+store functions
 
     | 00000 RS mem(EA,s) Store Add
     | 00001 RS mem(EA,s) Store XOR 
@@ -177,5 +177,5 @@ store operations
     | 00111 RS mem(EA,s) Store Minimum Signed
     | 11000 RS mem(EA,s) Store Twin
 
-These operations are recognised as being part of the
+These functions are recognised as being part of the
 OpenCAPI Specification.