From: lkcl Date: Thu, 23 Jun 2022 12:57:21 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~1571 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=38b0d859f5ff02847d3b98a2d1d7fe60ff5b37a8;p=libreriscv.git --- diff --git a/openpower/sv/vector_ops.mdwn b/openpower/sv/vector_ops.mdwn index b20c3920f..c510bcc4b 100644 --- a/openpower/sv/vector_ops.mdwn +++ b/openpower/sv/vector_ops.mdwn @@ -51,7 +51,9 @@ as follows: * third pattern C: `x+1 / x-1 / ~(x+1) / (~x)+1` Thus it makes sense to create a single instruction -that covers all of these. +that covers all of these. A crucial addition that is essential +for Scalable Vector usage however is the second mask parameter +(RB). Executable pseudocode demo: