(no commit message)
authorlkcl <lkcl@web>
Tue, 6 Sep 2022 02:16:48 +0000 (03:16 +0100)
committerIkiWiki <ikiwiki.info>
Tue, 6 Sep 2022 02:16:48 +0000 (03:16 +0100)
openpower/sv/remap.mdwn

index 200551d01ee833029f3326730711fed17d619428..36dd38a152efce4a8163ccdb3f209349d3d4fd40 100644 (file)
@@ -91,7 +91,7 @@ Only the most commonly-used algorithms in computer science have REMAP
 support, due to the high cost in both the ISA and in hardware.  For
 arbitrary remapping the `Indexed` REMAP may be used.
 
-# Executive Summary Usage
+# Example Usage
 
 * `svshape` to set the type of reordering to be applied to an
   otherwise usual `0..VL-1` hardware for-loop
@@ -107,7 +107,7 @@ a 5x4 result:
 
     svshape 5, 4, 3, 0, 0
     svremap 15, 1, 2, 3, 0, 0, 0, 0
-    sv.fmadds 0.v, 8.v, 16.v, 0.v
+    sv.fmadds *0, *8, *16, *0
 
 * svshape sets up the four SVSHAPE SPRS for a Matrix Schedule
 * svremap activates four out of five registers RA RB RC RT RS (15)