(no commit message)
authorlkcl <lkcl@web>
Sun, 26 Jun 2022 23:09:34 +0000 (00:09 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 26 Jun 2022 23:09:34 +0000 (00:09 +0100)
openpower/sv/svstep.mdwn

index ca29eebb7d23d6fcd9e66f2ebc2aa070943ba1c2..d3f3e9f7377224faac43f709c35744b7dedc39f7 100644 (file)
@@ -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.