(no commit message)
authorlkcl <lkcl@web>
Thu, 2 Jun 2022 11:05:10 +0000 (12:05 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 2 Jun 2022 11:05:10 +0000 (12:05 +0100)
openpower/sv/svp64_quirks.mdwn

index b9dda69ccedd0b65027342011b46b6a2ef2c1bf5..b68c3168fb7ad5d4e046dcab858da38a429cb876 100644 (file)
@@ -79,7 +79,15 @@ overrides make absolutely no sense whatsoever. Therefore the elwidth
 override field bits can be used for other purposes when Vectorising
 CR Field instructions.  Moreover, Rc=1 is completely invalid for
 CR operations such as `crand`: Rc=1 is for arithmetic operations, producing
-a "co-result" that goes into CR0 or CR1.
+a "co-result" that goes into CR0 or CR1. Thus, the Arithmetic modes
+such as predicate-result make no sense, and neither does Saturation.
+All of these differences, which require quite a lot of logical
+reasoning and deduction, help explain why there is an entirely different
+CR ops Vectorisation Category.
+
+LOAD/STORE is another area that has different needs: this time it is
+down to limitations in Scalar LD/ST. Vector ISAs have Load/Store modes
+which simply make no sense in a RISC Scalar ISA: 
 
 # CR weird instructions