(no commit message)
authorlkcl <lkcl@web>
Fri, 9 Sep 2022 12:53:17 +0000 (13:53 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 9 Sep 2022 12:53:17 +0000 (13:53 +0100)
openpower/sv/rfc/ls001/discussion.mdwn

index 892c28930b1a3b5d699390898a9f912fd1f3cbb5..7f45cdd55fce225a67a91efda664f4afa0c0a669 100644 (file)
@@ -23,6 +23,16 @@ set to 1 (prefix types 10 and 11), the prefix is modifying
 the behavior of a defined word instruction in the suffix.
 ```
 
+thus, we have:
+
+| 0-5  | 6 | 7 | 8-31 | Description               |
+|------|---|---|------|---------------------------|
+|EXT001| 0 | 0 | nnnn | new,                      |
+|EXT001| 1 | 0 | nnnn | suffix=defined-word       |
+|EXT001| 0 | 1 | nnnn | new,                      |
+|EXT001| 1 | 1 | nnnn | suffix=defined-word       |
+
+
 this "doubling" is already public and part of EXT001, the idea
 here is to mirror that (bit 6), but unlike EXT001, use bit 7
 to mark whether the instruction is SVP64-vector or SVP64-single.