From: Luke Kenneth Casson Leighton Date: Fri, 8 Jul 2022 21:04:25 +0000 (+0100) Subject: table format, pandoc gets weird about headers X-Git-Tag: opf_rfc_ls005_v1~1237 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=63d6b2eb76e2929a1ec2f754b729f5b58e42af09;p=libreriscv.git table format, pandoc gets weird about headers --- diff --git a/openpower/atomics.mdwn b/openpower/atomics.mdwn index 88ddd1e99..6637d41ab 100644 --- a/openpower/atomics.mdwn +++ b/openpower/atomics.mdwn @@ -159,7 +159,7 @@ atomic memory operations read functions v3.1 book II section 4.5.1 p1071 |opcode| regs | memory | description | -|------| -------------- | -----------------------| --------------------------- | +|------|----------------|------------------------|-----------------------------| |00000 | RT, RT+1 | mem(EA,s) | Fetch and Add | |00001 | RT, RT+1 | mem(EA,s) | Fetch and XOR | |00010 | RT, RT+1 | mem(EA,s) | Fetch and OR | @@ -177,7 +177,7 @@ read functions v3.1 book II section 4.5.1 p1071 store functions |opcode| regs | memory | description | -|------| -----| ----------| --------------------------- | +|------|------|-----------|-----------------------------| |00000 | RS | mem(EA,s) | Store Add | |00001 | RS | mem(EA,s) | Store XOR | |00010 | RS | mem(EA,s) | Store OR |