From 9b54f6fd309b907532a48d77315a6ebeaca55a80 Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 7 Jan 2021 15:21:22 +0000 Subject: [PATCH] --- openpower/sv/svp64/appendix.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openpower/sv/svp64/appendix.mdwn b/openpower/sv/svp64/appendix.mdwn index 1a5fd656b..da465b9d0 100644 --- a/openpower/sv/svp64/appendix.mdwn +++ b/openpower/sv/svp64/appendix.mdwn @@ -116,7 +116,7 @@ Loads and Stores are almost unique in that the OpenPOWER Scalar ISA provides a w The reason for all three is because Saturation (and other transformations) may occur in between, which rely on the source and destination width, and have nothing to do (per se) with the operation width. -Below is the pseudocode for Unit-Strided LD. Note the following: +Note the following: * `scalar identity behaviour` SV Context parameter conditions turn this into a straight absolute fully-compliant Scalar v3.0B LD operation @@ -127,6 +127,7 @@ Below is the pseudocode for Unit-Strided LD. Note the following: * 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): # LD not VLD! (ldbrx if brev=True) # this covers unit stride mode -- 2.30.2