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

index 816440fc9e193ebd5e3c91f2c1ad7972b0288f88..e080bbe4dd684c0b9419a51a2205fdd968d64cda 100644 (file)
@@ -140,8 +140,9 @@ not normally found in Vector ISAs.
 
 \newpage{}
 
-# Appendix SVSTATE_NECT
+# Appendix
 
+**SVSTATE_NEXT**
 
 ```
     if SVi = 1 then return REMAP SVSHAPE0 current offset
@@ -152,10 +153,13 @@ not normally found in Vector ISAs.
     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
+    ADVANCE_STEPS()
     return 0
 ```
 
+**ADVANCE_STEPS**
 
+```
 ```
 
 [[!tag standards]]