From 3c1b16370a9f07221aef2decbcb254d02a9d3dfb Mon Sep 17 00:00:00 2001 From: lkcl Date: Tue, 22 Dec 2020 23:46:09 +0000 Subject: [PATCH] --- openpower/sv/svp_rewrite/svp64.mdwn | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.30.2