From 1b17e2a8d452234b9d57ce6101af6a35aae1cf51 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 27 Apr 2023 10:40:22 +0100 Subject: [PATCH] nope, it just adds "----s" --- openpower/sv/cookbook/chacha20.mdwn | 3 --- 1 file changed, 3 deletions(-) diff --git a/openpower/sv/cookbook/chacha20.mdwn b/openpower/sv/cookbook/chacha20.mdwn index 56373bc57..44ae30d2a 100644 --- a/openpower/sv/cookbook/chacha20.mdwn +++ b/openpower/sv/cookbook/chacha20.mdwn @@ -141,11 +141,8 @@ 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 -- 2.30.2