From: lkcl Date: Mon, 2 Aug 2021 12:25:56 +0000 (+0100) Subject: (no commit message) X-Git-Tag: DRAFT_SVP64_0_1~531 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd09ee039988f804f5927eb7c186a42be70f8d34;p=libreriscv.git --- diff --git a/openpower/sv/branches.mdwn b/openpower/sv/branches.mdwn index d0ca40921..173251468 100644 --- a/openpower/sv/branches.mdwn +++ b/openpower/sv/branches.mdwn @@ -6,8 +6,8 @@ Links * * [[openpower/isa/branch]] -Branch Conditional operations, `bc`, `bctar` etc. test a Condition Register. -When doing so, it is quite reasonable and logical to test a *Vector* of +Scalar 3.0B Branch Conditional operations, `bc`, `bctar` etc. test a Condition Register. +When doing so in a Vector Context, it is quite reasonable and logical to test a *Vector* of CR Fields. In 3D Shader binaries, which are inherently parallelised and predicated, testing all or some results and branching based on multiple tests is extremely common.