(no commit message)
authorlkcl <lkcl@web>
Tue, 13 Sep 2022 14:48:44 +0000 (15:48 +0100)
committerIkiWiki <ikiwiki.info>
Tue, 13 Sep 2022 14:48:44 +0000 (15:48 +0100)
openpower/sv/svp64.mdwn

index 27e779cddffa84dfa73100f3f6ef489c37fd51fd..eeddc6492e1ab775624a62a64b7e9f9c6d8fb2da 100644 (file)
@@ -51,9 +51,9 @@ and counting up as you move rightwards to the LSB end). All bit ranges are inclu
 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.
 
-| 0:5    | 6:31         | 0:31         |
+| 0:5    | 6:31         | 32:63        |
 |--------|--------------|--------------|
-| EXT01  | v3.1  Prefix | v3.1  Suffix |
+| EXT01  | v3.1  Prefix | v3.0/1  Suffix |
 
 svp64 fits into the "reserved" portions of the v3.1 prefix, making it possible for svp64, v3.0B (or v3.1 including 64 bit prefixed) instructions  to co-exist in the same binary without conflict.