(no commit message)
authorlkcl <lkcl@web>
Tue, 14 Jun 2022 23:52:58 +0000 (00:52 +0100)
committerIkiWiki <ikiwiki.info>
Tue, 14 Jun 2022 23:52:58 +0000 (00:52 +0100)
openpower/sv/svp64_quirks.mdwn

index 34920fdb4298c552899e6b2b7f122a5483461c09..85ffc48cbb5fa19bc3026dcedafd609446a0abc7 100644 (file)
@@ -224,6 +224,22 @@ for the type of operation (Branch, CRs, Memory, Arithmetic),
 and each Category has its own relevant but
 ultimately rational quirks.
 
+# Abstraction between Prefix and Suffix
+
+In the introduction paragraph, a great fuss was made emphasising that
+the Prefix is kept separate from the Suffix.  The whole idea there is
+that a Multi-issue Decoder and subsequent pipelines would in no way have
+"back-propagation" of state that can only be determined far too late.
+This *has* been preserved, however there is a hiccup.
+
+Examining the Power ISA 3.1 a 64-bit Prefix was introduced, EXT001.
+The encoding of the prefix has 6 bits that are dedicated to letting
+the hardware know what the remainder of the Prefix bits mean: how they
+are formatted, even without having to examine the Suffix to which
+they are applied.
+
+SVP64 has such pressure on its 24
+
 # Single Predication
 
 So named because there is a Twin Predication concept as well, Single