From: lkcl Date: Fri, 8 Jul 2022 19:40:12 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~1242 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=56839d959e4abea0ddf637050dff0320cacd4bac;p=libreriscv.git --- 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.