From: lkcl Date: Tue, 22 Dec 2020 23:46:09 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~1024 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3c1b16370a9f07221aef2decbcb254d02a9d3dfb;p=libreriscv.git --- diff --git a/openpower/sv/svp_rewrite/svp64.mdwn b/openpower/sv/svp_rewrite/svp64.mdwn index a1f36d5bc..2bce37ac0 100644 --- a/openpower/sv/svp_rewrite/svp64.mdwn +++ b/openpower/sv/svp_rewrite/svp64.mdwn @@ -579,6 +579,10 @@ Additional unusual capabilities of Twin Predication include a back-to-back version of VCOMPRESS-VEXPAND which is effectively the ability to do sequentially ordered multiple VINSERTs. The source predicate selects a sequentially ordered subset of elements to be inserted; the destination predicate specifies the sequentially ordered recipient locations. +This is equivalent to +`llvm.masked.compressstore.*` +followed by +`llvm.masked.expandload.*` ## Rounding, clamp and saturate