From: lkcl Date: Fri, 19 Aug 2022 05:40:24 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~831 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=535680b88810e5e63e16aa2da0e27f804722de8d;p=libreriscv.git --- diff --git a/openpower/sv/ldst.mdwn b/openpower/sv/ldst.mdwn index 99c768d06..784a068fd 100644 --- a/openpower/sv/ldst.mdwn +++ b/openpower/sv/ldst.mdwn @@ -430,7 +430,9 @@ Note the following regarding the pseudocode to follow: * `svctx` specifies the SV Context and includes VL as well as source and destination elwidth overrides. -Below is the pseudocode for Unit-Strided LD (which includes Vector capability). +Below is the pseudocode for Unit-Strided LD (which includes Vector capability). Observe in particular that RA, as the base address in +both Immediate and Indexed LD/ST, +does not have element-width overriding applied to it. Note that twin predication, predication-zeroing, saturation and other modes have all been removed, for clarity and simplicity: