From dc3c9e9b5f5ed744da7d5172596352cfad72ec62 Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 7 May 2021 12:22:02 +0100 Subject: [PATCH] --- openpower/sv/implementation.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openpower/sv/implementation.mdwn b/openpower/sv/implementation.mdwn index c26a646b7..39cb7ff24 100644 --- a/openpower/sv/implementation.mdwn +++ b/openpower/sv/implementation.mdwn @@ -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 -- 2.30.2