From: lkcl Date: Thu, 16 Mar 2023 09:09:38 +0000 (+0000) Subject: (no commit message) X-Git-Tag: opf_rfc_ls001_v3~148 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a3cff03bacb3495e1b0b10419c05f8722914c2d;p=libreriscv.git --- diff --git a/openpower/sv/biginteger/analysis.mdwn b/openpower/sv/biginteger/analysis.mdwn index ef4fdf540..2023d572e 100644 --- a/openpower/sv/biginteger/analysis.mdwn +++ b/openpower/sv/biginteger/analysis.mdwn @@ -163,7 +163,7 @@ with an implicit source, based around the inner operation: # r[i] = (un[i] >> s) | (un[i + 1] << (64 - s)); t <- ROT128(RA || RA1, RB[58:63]) RT <- t[64:127] -`` +``` RA1 is implicitly (or explicitly, RC) greater than RA by one scalar register number, and like the other operations below,