From: Luke Kenneth Casson Leighton Date: Sun, 24 Jul 2022 23:08:11 +0000 (+0100) Subject: add pack/unpack mode to summary X-Git-Tag: opf_rfc_ls005_v1~1039 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=33c8fe6fe25934b50e02ceabb041e5b7672bb62a;p=libreriscv.git add pack/unpack mode to summary --- diff --git a/openpower/sv/svp64.mdwn b/openpower/sv/svp64.mdwn index 5a8b215d3..2d30ae4d0 100644 --- a/openpower/sv/svp64.mdwn +++ b/openpower/sv/svp64.mdwn @@ -415,6 +415,7 @@ is based on whether the number of src operands is 2 or 3. With only * `RM-1P-3S1D` Single Predication dest/src1/2/3, applies to 4-operand instructions (fmadd, isel, madd). * `RM-1P-2S1D` Single Predication dest/src1/2 applies to 3-operand instructions (src1 src2 dest) * `RM-2P-1S1D` Twin Predication (src=1, dest=1) +* `RM-2P-1S1D-PU` Twin Predication (src=1, dest=1) with Pack/Unpack * `RM-2P-2S1D` Twin Predication (src=2, dest=1) primarily for LDST (Indexed) * `RM-2P-1S2D` Twin Predication (src=1, dest=2) primarily for LDST Update * `RM-2P-1S1D-PU` Twin Predication (src=1, dest=1), Pack/Unpack, primarily