From f12863bcba801f7ac688d5b2ac0d621b663281c6 Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 10 Sep 2021 13:56:35 +0100 Subject: [PATCH] --- openpower/sv/cr_ops.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/sv/cr_ops.mdwn b/openpower/sv/cr_ops.mdwn index f3983a220..25cf68e57 100644 --- a/openpower/sv/cr_ops.mdwn +++ b/openpower/sv/cr_ops.mdwn @@ -138,8 +138,8 @@ v3.0B base operand from e.g. `mfcr`) or CR bit (referred to by a 5-bit operand f *is* itself the explicit and sole result of the operation. Therefore, logically, Predicate-result needs to be adapted to -test the actual result of the CR-based instruction, rather than -test the co-resultant CR when Rc=1. +test the actual result of the CR-based instruction (rather than +test the co-resultant CR when Rc=1, as is done for Arithmetic SVP64). for i in range(VL): # predication test, skip all masked out elements. -- 2.30.2