(no commit message)
authorlkcl <lkcl@web>
Thu, 24 Jun 2021 00:01:07 +0000 (01:01 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 24 Jun 2021 00:01:07 +0000 (01:01 +0100)
openpower/sv/ldst.mdwn

index af99d99516110eaed362ee413fd4bb999f64198c..bd941003005d754006b0ba615190b026768f5a5f 100644 (file)
@@ -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.