(no commit message)
authorlkcl <lkcl@web>
Fri, 7 May 2021 11:22:02 +0000 (12:22 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 7 May 2021 11:22:02 +0000 (12:22 +0100)
openpower/sv/implementation.mdwn

index c26a646b7a005596dccc90087f1a12ce7b21cf72..39cb7ff24bec7338cb43855b9d1f4732f9310b5f 100644 (file)
@@ -208,6 +208,13 @@ src and dest predicate mask is "All 1s".
 Bear in mind that srcstep+deststep are a form of back-to-back
 VGATHER+VSCATTER
 
+Watch out in zeroing! CR0 will *not* be set (itself) to zero:
+the CR0.eq flag will be set because the *result* is still tested.
+correction: CR0-and-any-other-Vector-of-CR-fields (Vector elements
+have their corresponding CR field, so the test of zero needs to
+be done for the associated *element* result, not jam absolutely
+every element vector test *into* CR0)
+
 Progress:
 
 * TestIssuer <https://bugs.libre-soc.org/show_bug.cgi?id=617>