redo table in ls012 to get PDF back in shape
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 27 May 2023 00:13:18 +0000 (01:13 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 27 May 2023 00:13:18 +0000 (01:13 +0100)
openpower/sv/rfc/ls012.mdwn

index c2695a911794d8266bf3da69b9d59cad9d05a3af..07fd9e04fd5928a29d3d9fa6595e97491e44125c 100644 (file)
@@ -78,8 +78,8 @@ Audio/Visual, High-Performance Compute, GPU workloads and DSP.
 
 **Instruction count guide and approximate priority order**
 
-|qty| description                       | RFC      | URL                   |
-|-|-----------------------------------------------|--------|-------------------|
+|qty| description                     | RFC      | URL                   |
+|-|---------------------------------------|---------------|-------------------|
 | 6   | SVP64 Management |[[ls008]] <br> [[ls009]] <br> [[ls010]] | |
 | 5   | CR weirds | [[ls015]] |  [[sv/cr_int_predication]] |
 | 4   | INT<->FP mv | [[ls006.fpintmv]] | |
@@ -89,12 +89,12 @@ Audio/Visual, High-Performance Compute, GPU workloads and DSP.
 | 4   | FPR LD/ST-Shifted-PostInc-Update (ditto) | [[ls011]] | |
 | 26  | GPR LD/ST-Shifted (again saves hugely in hot-loops) | [[ls004]] | |
 | 11  | FPR LD/ST-Shifted (ditto) | [[ls004]] | |
-| 2   | Float-Load-Immediate (always saves one LD L1/2/3 D-Cache op) | [[ls002.fmi]] | |
+| 2   | Float-Load-Immediate (always saves D-Cache) | [[ls002.fmi]] | |
 | 5   | Big-Integer Chained 3-in 2-out (64-bit Carry) | [[ls003.bignum]] | [[sv/biginteger]] |
-| 6   | Bitmanip LUT2/3 operations. high cost high reward | [[ls007]] |  [[sv/bitmanip]] |
+| 6   | Bitmanip LUT2/3 ops. high cost high reward | [[ls007]] |  [[sv/bitmanip]] |
 | 1   | fclass (Scalar variant of xvtstdcsp) |TBD|  [[sv/fclass]] |
 | 5   | Audio-Video |TBD|  [[sv/av_opcodes]] |
-| 2   | Shift-and-Add (mitigates LD-ST-Shift; Cryptography e.g. twofish) | [[ls004]] | |
+| 2   | Shift-and-Add (mitigates LD-ST-Shift; Crypto twofish) | [[ls004]] | |
 | 2   | BMI group | [[ls014]] | [[sv/vector_ops]] |
 | 2   | GPU swizzle |TBD|  [[sv/mv.swizzle]] |
 | 9   | FP DCT/FFT Butterfly (2/3-in 2-out) | [[ls016]] | [[sv/twin_butterfly]] |