(no commit message)
authorlkcl <lkcl@web>
Sun, 10 Jul 2022 13:57:48 +0000 (14:57 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 10 Jul 2022 13:57:48 +0000 (14:57 +0100)
openpower/sv/remap.mdwn

index 7cadb81b143c1ddebbb9b2368cff7a031cc50656..0db2918f0d81c88a7d193955f0d578f43cad8e58 100644 (file)
@@ -376,6 +376,18 @@ In essence, `mm=0` is intended for use to set as much of the
 REMAP State SPRs as practical with a single instruction,
 whilst `mm=1` is intended to be a little more refined.
 
+**Usage guidelines**
+
+* **Disable 2D mapping**: to only perform Indexing without
+ reordering use `SVd=1,sk=0,yx=0` (or set SVd to a value larger
+ or equal to VL)
+* **Modulo 1D mapping**: to perform Indexing cycling through the
+ first N Indices use `SVd=N,sk=0,yx=0` where `VL>N`. There is
+ no requirement to set VL equal to a multiple of N.
+Beyond these mappings it becomes necessary to write directly to
+the SVSTATE SPRs manually.
+
 # REMAP Matrix pseudocode
 
 The algorithm below shows how REMAP works more clearly, and may be