(no commit message)
authorlkcl <lkcl@web>
Wed, 17 Aug 2022 07:09:28 +0000 (08:09 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 17 Aug 2022 07:09:28 +0000 (08:09 +0100)
openpower/sv/remap.mdwn

index 49a1d0863df33c1cfbf37e66155491b7922c1313..485a2704691e22b3d9938e2c24975b037d918b99 100644 (file)
@@ -197,7 +197,7 @@ extsw: there is no artificial limit.
 The only major caveat is that the registers to be used as
 Indices must not be modified by any instruction after Indexed Mode
 is established, and neither must MAXVL be altered. Additionally,
-no register used as an Index may exceed MAXVL.
+no register used as an Index may exceed MAXVL-1.
 
 Failure to observe
 these conditions results in `UNDEFINED` behaviour.
@@ -229,12 +229,12 @@ all *already* critically depend on overlapping Reads/Writes: Matrix
 uses overlapping registers as accumulators.  Thus the Register Hazard
 Management needed by Indexed REMAP *has* to be in place anyway.
 
-*Programmer's note: some algorithms may require truncating permutations
-to VL, not MAXVL. This may be achieved programmatically by performing
+*Programmer's note: some algorithms may require skipping of Indices exceeding
+VL-1, not MAXVL-1. This may be achieved programmatically by performing
 a `sv.cmp *RA,RB` where RA is the same GPRs used in the Indexed REMAP,
 and RB contains the value of VL returned from `setvl`. The resultant
 CR Fields may then be used as Predicate Masks to exclude those operations
-with an Index exceeding VL*
+with an Index exceeding VL-1*
 
 # REMAP area of SVSTATE