correct table
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 27 Apr 2023 09:37:39 +0000 (10:37 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 27 Apr 2023 09:37:44 +0000 (10:37 +0100)
openpower/sv/cookbook/chacha20.mdwn

index 70ee2f96addec972437861512e98c0eed3d5678e..44ae30d2ac6125683d6d0707af8228e6cf5467ab 100644 (file)
@@ -138,15 +138,12 @@ to the beginning of the loop does not occur automatically though, a branch instr
 
 Let's assume the values `x` in the registers 24-36
 
+| h1     |  r0 |  r1 |  r2 |  r3 |
 |--------|-----|-----|-----|-----|
 | GPR 24 |  x0 |  x1 |  x2 |  x3 |
-|--------|-----|-----|-----|-----|
 | GPR 28 |  x4 |  x5 |  x6 |  x7 |
-|--------|-----|-----|-----|-----|
 | GPR 32 |  x8 |  x9 | x10 | x11 |
-|--------|-----|-----|-----|-----|
 | GPR 36 | x12 | x13 | x14 | x15 |
-|--------|-----|-----|-----|-----|
 
 So for the addition in Vertical-First mode, `RT` (and `RA` as they are the
 same) indices are (in terms of x):