```
svshape 5, 4, 3, 0, 0 # Outer Product
svremap 15, 1, 2, 3, 0, 0, 0, 0
- sv.fmadds *0, *16, *32, *0
+ sv.fmadds *0, *32, *64, *0
```
* svshape sets up the four SVSHAPE SPRS for a Matrix Schedule
- RC to use SVSHAPE3
- RT to use SVSHAPE0
- RS Remapping to not be activated
-* sv.fmadds has Vectors at RT=0, RA=16, RB=32, RC=0
+* sv.fmadds has Vectors at RT=0, RA=32, RB=64, RC=0
* With REMAP being active each register's element index is
*independently* transformed using the specified SHAPEs.