(no commit message)
authorlkcl <lkcl@web>
Mon, 9 Sep 2019 23:47:42 +0000 (00:47 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 9 Sep 2019 23:47:42 +0000 (00:47 +0100)
simple_v_extension/sv_prefix_proposal.rst

index 0081f621e501d9b4ed1c24d497a36265b1667201..0dff42be519b490144a89d1fe3cab8fb810b5297 100644 (file)
@@ -595,6 +595,14 @@ However if partial functionality is implemented, the unimplemented bits
 in STATE and SVPSTATE must be zero, and, in the UNIX Platform, an illegal exception
 **MUST** be raised if unsupported bits are written to.
 
+SVPSTATE fields are exactly the sane layout as STATE:
+
++----------+----------+----------+----------+----------+---------+---------+
+| (31..28) | (27..26) | (25..24) | (23..18) | (17..12) | (11..6) | (5...0) |
++----------+----------+----------+----------+----------+---------+---------+
+| rsvd     | dsvoffs  | subvl    | destoffs | srcoffs  | vl      | maxvl   |
++----------+----------+----------+----------+----------+---------+---------+
+
 Additional Instructions
 =======================