(no commit message)
authorlkcl <lkcl@web>
Sun, 16 Apr 2023 11:15:20 +0000 (12:15 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 16 Apr 2023 11:15:20 +0000 (12:15 +0100)
openpower/sv/svp64/appendix.mdwn

index d6afe39a3f2e65a930cc5ee16989e8a8bd777030..03372f171dfd14fdd9282e93104952ba2e6787f1 100644 (file)
@@ -315,6 +315,13 @@ Pack/Unpack has quirky interactions on [[sv/mv.swizzle]] because it can
 set a different subvector length for destination, and has a slightly
 different pseudocode algorithm for Vertical-First Mode.
 
+Ordering is as follows:
+
+* SVSHAPE srcstep, dststep, ssubstep and dsubstep are advanced sequentially
+  depending on PACK/UNPACK.
+* srcstep and dststep are pushed through REMAP to compute actual Element offsets.
+* Swizzle is independently applied to ssubstep and dsubstep
+
 Pack/Unpack is enabled (set up) through [[sv/svstep]].
 
 ## Reduce modes