(no commit message)
authorlkcl <lkcl@web>
Wed, 13 Jan 2021 13:53:17 +0000 (13:53 +0000)
committerIkiWiki <ikiwiki.info>
Wed, 13 Jan 2021 13:53:17 +0000 (13:53 +0000)
openpower/sv/svp64/appendix.mdwn

index 30930641c9401b34e88b3b187fe55d00afbbfde8..a606e2497316280c27239f575acbb7540296a607 100644 (file)
@@ -324,7 +324,9 @@ Here is a table showing progression from 0 to VL-1 when VL=18, where an Integer
     ...          ..
     CRn.15       15
 
-This gives an opportunity to minimise modifications to gcc and llvm for any Vectorisation up to a reasonable length of `MVL=16`.  The register file is viewed as comprising 16 32-bit Condition Registers. 
+This gives an opportunity to minimise modifications to gcc and llvm for any Vectorisation up to a reasonable length of `MVL=16`.  The register file is viewed as comprising 16 32-bit Condition Registers.
+
+*There is a downside to this approach*: some of the CRs are not directly accessible even through Scalar EXTRA marking and will require predicated (VINDEXed) cr move operations.
 
 ## CR EXTRA mapping table and algorithm