From: lkcl Date: Sun, 26 Jun 2022 23:09:34 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~1503 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d3df0a7821399fb6d2d6485b354725d86f5ab5c;p=libreriscv.git --- diff --git a/openpower/sv/svstep.mdwn b/openpower/sv/svstep.mdwn index ca29eebb7..d3f3e9f73 100644 --- a/openpower/sv/svstep.mdwn +++ b/openpower/sv/svstep.mdwn @@ -6,7 +6,7 @@ Links `svstep` performs explicit stepping of the Vector for-loop, and it can also be used to enquire about the current state -of the REMAP indices. +of the REMAP indices and SVSTATE. # Format @@ -39,7 +39,7 @@ When `SVi` is 6, `SVSTATE.dststep` is returned. As this is a Single-Predicated (1P) instruction, predication may be applied to skip (or zero) elements. -* Vertical-First Mode will return the current index +* Vertical-First Mode will return the requested index (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.