From: lkcl Date: Thu, 24 Jun 2021 00:01:07 +0000 (+0100) Subject: (no commit message) X-Git-Tag: DRAFT_SVP64_0_1~720 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fddebc81b168e7b970f8172d8b11039c55279315;p=libreriscv.git --- diff --git a/openpower/sv/ldst.mdwn b/openpower/sv/ldst.mdwn index af99d9951..bd9410030 100644 --- a/openpower/sv/ldst.mdwn +++ b/openpower/sv/ldst.mdwn @@ -142,7 +142,8 @@ an alternative table meaning for [[sv/svp64]] mode. The following modes make se Also, given that FFT, DCT and other related algorithms are of such high importance in so many areas of Computer Science, a special "bit-reverse" mode has been added which -allows the immediate offset to be ```0 4 2 6 1 5 3 7``` +allows the immediate offset to be multiplied by an element sequence such as ```0 4 2 6 1 5 3 7``` rather than ```0 1 2 .... 7````. +This is generated automatically rather than needing to be created programmatically using Vectorised Indexed Mode.