(no commit message)
authorlkcl <lkcl@web>
Sun, 21 Aug 2022 14:31:03 +0000 (15:31 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 21 Aug 2022 14:31:03 +0000 (15:31 +0100)
openpower/sv/ldst.mdwn

index d4baf3e0b07b76a8f4b3283fd15aa3230994ea22..bf38b6632eaa896c0a06c0b96297a4f093bf41bb 100644 (file)
@@ -322,8 +322,9 @@ effectively performs an *in-place* re-ordering of the offsets, RB.
 To achieve the same effect without Indexed REMAP would require taking
 a *copy* of the Vector of offsets starting at RB, manually explicitly
 reordering them, and finally using the copy of re-ordered offsets in
-a non-REMAP'ed `sv.ld`.  Pseudocode showing what actually occurs,
-where `indexed_remap` may be found in [[sv/remap]]:
+a non-REMAP'ed `sv.ld`.  Using non-strided LD as an example,
+pseudocode showing what actually occurs,
+where the pseudocode for `indexed_remap` may be found in [[sv/remap]]:
 
     # sv.ld *RT,RA,*RB with Index REMAP applied to RB
     for i in 0..VL-1: