(no commit message)
authorlkcl <lkcl@web>
Sat, 19 Dec 2020 15:28:22 +0000 (15:28 +0000)
committerIkiWiki <ikiwiki.info>
Sat, 19 Dec 2020 15:28:22 +0000 (15:28 +0000)
openpower/sv/setvl.mdwn

index 2c7d582143b6626c22f1e348805bf59b846a69d4..ff3b91851aab3ef3538488286decd7dd5c1b205d 100644 (file)
@@ -17,7 +17,7 @@ Use of setvl results in changes to the MVL, VL and STATE SPRs. see [[sv/sprs]]
 
 Note that imm spans 7 bits (16 to 22), and that bit 22 is reserved abd must be zero.  Setting bit 22 causes an illegal exception.
 
-Note that VL and MVL start from **one** i.e. that an immediate value of zero will result in VL/MVL being set to 1.  0b111111 results in VL/MVL being set to 64. This is because setting VL/MVL to 1 results in "scalar identity" behaviour, where setting VL/MVL to 0 would result in all Vector operations becoming nop.  If this is truly desired (nop behaviour) then setting VL and MVL must be done via the [[SV SPRs|sv/sprs]]
+Note that VL and MVL start from **one** i.e. that an immediate value of zero will result in VL/MVL being set to 1.  0b111111 results in VL/MVL being set to 64. This is because setting VL/MVL to 1 results in "scalar identity" behaviour, where setting VL/MVL to 0 would result in all Vector operations becoming nop.  If this is truly desired (nop behaviour) then setting VL and MVL to zero be done via the [[SV SPRs|sv/sprs]]
 
 Note that setmvli is a pseudo-op, based on RA/RT=0, and setvli likewise