(no commit message)
authorlkcl <lkcl@web>
Fri, 14 Apr 2023 17:19:50 +0000 (18:19 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 14 Apr 2023 17:19:50 +0000 (18:19 +0100)
openpower/sv/svstep.mdwn

index 9f7724dbcacdf2241e329e40706a64fdb41d1e0e..816440fc9e193ebd5e3c91f2c1ad7972b0288f88 100644 (file)
@@ -136,9 +136,32 @@ if REMAP is being used) should
 obviously be stored on the stack in order to achieve this benefit
 not normally found in Vector ISAs.
 
+-------------
+
+\newpage{}
+
+# Appendix SVSTATE_NECT
+
+
+```
+    if SVi = 1 then return REMAP SVSHAPE0 current offset
+    if SVi = 2 then return REMAP SVSHAPE1 current offset
+    if SVi = 3 then return REMAP SVSHAPE2 current offset
+    if SVi = 4 then return REMAP SVSHAPE3 current offset
+    if SVi = 5 then return SVSTATE.srcstep
+    if SVi = 6 then return SVSTATE.dststep
+    if SVi = 7 then return SVSTATE.ssubstep # SUBVL source step
+    if SVi = 8 then return SVSTATE.dsubstep # SUBVL dest step
+    return 0
+```
+
+
+```
+
 [[!tag standards]]
 
 -------------
 
 \newpage{}
 
+