From: lkcl Date: Thu, 13 Apr 2023 04:29:54 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls010_v1~21 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9ce37f44fab3c40cf2ffe84afc06282f0272cc51;p=libreriscv.git --- diff --git a/openpower/sv/svp64.mdwn b/openpower/sv/svp64.mdwn index a6ed92805..be125bde4 100644 --- a/openpower/sv/svp64.mdwn +++ b/openpower/sv/svp64.mdwn @@ -618,6 +618,7 @@ Examples of permitted instructions: sv.crand *cr8.eq, *cr16.le, *cr40.so # all CR8-CR127 sv.mfcr cr5, *cr40 # only one source (CR40) copied to CR5 sv.mfcr *cr16, cr40 # Vector-Splat CR40 onto CR16,17,18... + sv.mfcr *cr16, cr3 # Vector-Splat CR3 onto CR16,17,18... ``` Examples of prohibited instructions: