From 9f7c65826e2583d61155b7f1282e99e975be0d6d Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 8 Jul 2022 16:39:03 +0100 Subject: [PATCH] --- openpower/atomics.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/openpower/atomics.mdwn b/openpower/atomics.mdwn index 7e9abe67d..622ade789 100644 --- a/openpower/atomics.mdwn +++ b/openpower/atomics.mdwn @@ -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: -- 2.30.2