(no commit message)
authorlkcl <lkcl@web>
Fri, 19 Aug 2022 05:40:24 +0000 (06:40 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 19 Aug 2022 05:40:24 +0000 (06:40 +0100)
openpower/sv/ldst.mdwn

index 99c768d06aec84a873ee50ea1eec03a0188dd13c..784a068fda43c15f309219a706a8a49a2a2875db 100644 (file)
@@ -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: