(no commit message)
authorlkcl <lkcl@web>
Sat, 19 Dec 2020 19:15:34 +0000 (19:15 +0000)
committerIkiWiki <ikiwiki.info>
Sat, 19 Dec 2020 19:15:34 +0000 (19:15 +0000)
openpower/sv/svp_rewrite/svp64.mdwn

index 5ea46f89cb4ffb042409a22092e9b6cd0c5861e6..f6d1bf16636fa9e4af71bc9f3090fcc1e85d89da 100644 (file)
@@ -14,9 +14,11 @@ and counting up as you move to the LSB end). All bit ranges are inclusive
 64-bit instructions are split into two 32-bit words, the prefix and the
 suffix. The prefix always comes before the suffix in PC order.
 
+# Identity Behaviour
+
 SVP64 is designed so that when the prefix is all zeros, no effect or
 influence occurs (no augmentation) such that all standard OpenPOWER
-v3.0/1B instructions are "unaltered". This is termed `scalar identity behaviour` (based on the mathematical definition for "identity", as in, "identity matrix")
+v3.0/1B instructions are "unaltered". This is termed `scalar identity behaviour` (based on the mathematical definition for "identity", as in, "identity matrix" or better "identity transformation")
 
 # Definition of Reserved in this spec.