From: lkcl Date: Fri, 14 Apr 2023 17:21:44 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls008_v1~15 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c03e8a489795dd04b65f7a065340c9ed8f0fb3bf;p=libreriscv.git --- diff --git a/openpower/sv/svstep.mdwn b/openpower/sv/svstep.mdwn index 816440fc9..e080bbe4d 100644 --- a/openpower/sv/svstep.mdwn +++ b/openpower/sv/svstep.mdwn @@ -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]]