From b54000bc0d050f07d46537bef636e734a8390a23 Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 24 Jun 2022 18:32:52 +0100 Subject: [PATCH] --- openpower/sv/svstep.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openpower/sv/svstep.mdwn b/openpower/sv/svstep.mdwn index e8ac7f61a..6c5dd8725 100644 --- a/openpower/sv/svstep.mdwn +++ b/openpower/sv/svstep.mdwn @@ -38,8 +38,9 @@ returned in `RT`. SVi=1 selects SVSHAPE0 current state, through to SVi=4 selects SVSHAPE3. * Vertical-First Mode will return the current index - (and move to the next if `vf=1`) -* Horizontal-First Mode can be used to return all indices + (and move to the next state if `vf=1`) +* Horizontal-First Mode can be used to return all indices, + i.e. walks through all possible states. To obtain the full set of possible computed element indices use `svstep RT.v,SVI,1` which will store all computed element -- 2.30.2