(no commit message)
authorlkcl <lkcl@web>
Wed, 15 Jun 2022 16:35:55 +0000 (17:35 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 15 Jun 2022 16:35:55 +0000 (17:35 +0100)
openpower/sv/mv.swizzle.mdwn

index 3e4cbefb2f4fe24ec0806bb414fd04107b25cb36..83f21a63efd336b51fe03f3623a4f968a133c8fd 100644 (file)
@@ -77,13 +77,15 @@ For example it allows "W.Y." to specify: "copy W to position X,
 and Y to position Z, leave the other two positions Y and W unaltered"
 
     0    1    2    3
-    X    Y    Z    W
+    X    Y    Z    W  source
          |         |     
          +----+    |
          |    |    |
     +--------------+
     |    |    |    |
-    W    Y    Y    W
+    W    .    Y    .  swizzle
+    |    |    |    |
+    W    Y    Y    W  dest
 
 **As a Scalar instruction**