From 41d58e17f77725704a4fa69319f4ee2227b4f727 Mon Sep 17 00:00:00 2001 From: lkcl Date: Tue, 3 Aug 2021 03:56:23 +0100 Subject: [PATCH] --- openpower/sv/branches.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/sv/branches.mdwn b/openpower/sv/branches.mdwn index f21f329e0..dfa2ecda0 100644 --- a/openpower/sv/branches.mdwn +++ b/openpower/sv/branches.mdwn @@ -40,7 +40,8 @@ for non-ALL mode (Great Big Or) on first success early exit also occurs, however this time with the Branch proceeding. In both cases the testing of the Vector of CRs should be done in linear sequential order (or in REMAP re-sequenced order): -such that tests beyond the exit point are *not* carried out. +such that tests that are sequentially beyond the exit point are *not* +carried out. In Vertical-First Mode, the `ALL` bit should not be used. If set, behaviour is `UNDEFINED`. @@ -146,7 +147,6 @@ Available options to combine: Pseudocode for Horizontal-First Mode: ``` - cond_ok = not SVRMmode.ALL for srcstep in range(VL): new_srcstep, CRbits = SVSTATE_NEXT(srcstep) -- 2.30.2