From 56839d959e4abea0ddf637050dff0320cacd4bac Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 8 Jul 2022 20:40:12 +0100 Subject: [PATCH] --- openpower/atomics.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openpower/atomics.mdwn b/openpower/atomics.mdwn index ba53858e3..39dc94d02 100644 --- a/openpower/atomics.mdwn +++ b/openpower/atomics.mdwn @@ -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. -- 2.30.2