From a116d48098d052ac663d571f5eefd9f5c4f407a2 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 8 Jul 2022 21:59:06 +0100 Subject: [PATCH] correct table headings in atomic --- openpower/atomics.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openpower/atomics.mdwn b/openpower/atomics.mdwn index 22e17801b..2d4ea841c 100644 --- a/openpower/atomics.mdwn +++ b/openpower/atomics.mdwn @@ -136,10 +136,10 @@ AT-Form (TODO) **DRAFT** EXT031 and XO, these are near to the existing atomic memory operations -| 0.5|6.10|11.15|16.20|21|22|23.24|25.30 |31| name | Form | -| -- | -- | --- | --- |--|--|---- |------|--| ---- | ------- | -| 31 | RT | RA | FC |lr|sc|ew |000101|/ | lat[aq][rl]| TODO-Form | -| 31 | RS | RA | FC |lr|sc|ew |100101|/ | stat[aq][rl]| TODO-Form | +|0.5|6.10|11.15|16.20|21|22|23.24|25.30 |31|name | Form | +|-- | -- | --- | --- |--|--|---- |------|--|-----------|------------| +|31 | RT | RA | FC |lr|sc|ew |000101|/ |lat[aq][rl]| TODO-Form | +|31 | RS | RA | FC |lr|sc|ew |100101|/ |stat[aq][rl]| TODO-Form | * `ew` specifies the memory operation width: 0/1/2/3 8/16/32/64 * If the `aq` bit is set, -- 2.30.2