(no commit message)
authorlkcl <lkcl@web>
Sat, 2 Jul 2022 21:08:26 +0000 (22:08 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 2 Jul 2022 21:08:26 +0000 (22:08 +0100)
openpower/sv/svp64_quirks.mdwn

index 7dcc06c985ea35e1addf87b0faee07850a4e6ce2..675646e3c6640ee8163b2c4480291c02e8972714 100644 (file)
@@ -590,4 +590,11 @@ of pseudo-op opportunities such as `addi RT,RA,0` or `ori RT,RA,0`
 and many more.
 
 Strictly speaking these may orthogonally be Vectorised and achieve
-the same effect as a Vector Move.
+the same effect as a Vector Move.  However these instructions
+are marked as `RM-2P-1S1D` and have EXTRA3 Augmentation. In other
+words it is not possible to use them in Pack/Unpack Mode.
+There is however a trick: [[sv/mv.swizzle]] with a straight linear
+mapping (X to X, Y to Y...)
+By applying a straight linear swizzle map, the `RM-2P-1S1D-PU` mode
+of `sv.mv.swizzle`
+is available.