(no commit message)
authorlkcl <lkcl@web>
Thu, 7 Jan 2021 15:21:22 +0000 (15:21 +0000)
committerIkiWiki <ikiwiki.info>
Thu, 7 Jan 2021 15:21:22 +0000 (15:21 +0000)
openpower/sv/svp64/appendix.mdwn

index 1a5fd656b5a7fbcbbb0954f84dd3cffe41034a6d..da465b9d0120721b9a4d27d9d11f1764bc0e3649 100644 (file)
@@ -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.
 
 
 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
 
 * `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.
 
 * 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
 
     # LD not VLD! (ldbrx if brev=True)
     # this covers unit stride mode