From c03e8a489795dd04b65f7a065340c9ed8f0fb3bf Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 14 Apr 2023 18:21:44 +0100 Subject: [PATCH] --- openpower/sv/svstep.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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]] -- 2.30.2