(no commit message)
authorlkcl <lkcl@web>
Wed, 4 Aug 2021 09:59:35 +0000 (10:59 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 4 Aug 2021 09:59:35 +0000 (10:59 +0100)
openpower/sv/overview.mdwn

index f90aca7f79b05fb0ce9f70af5931d80af3260c3d..f2f3b4ab8a0e8dd7b7e53947acf5ed0d656d4b24 100644 (file)
@@ -921,6 +921,17 @@ To create loops, either a new instruction `svstep` must be called,
 explicitly, or [[sv/branches]] must be given a mode bit to request
 explicit incrementation of srcstep and dststep.
 
+Now that such explicit loops can increment inexorably towards VL,
+of course we now need a way to test if srcstep or dststep have reached
+VL. This is achieved in one of two ways: [[sv/svstep]] has an Rc=1 mode
+where CR0 will be updated if VL is reached. A standard v3.0B Branch
+Conditional may rely on that.  Alternatively, the number of elements
+may be transferred into CTR, as is standard practice in Power ISA.
+The other method is to use SVP64 augmented [[sv/branches]] where the
+stepping updates the CR Field referenced by `BI` before proceeding
+with the Branch Condition test.
+
+
 # Instruction format
 
 Whilst this overview shows the internals, it does not go into detail