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

index 3909949d6e690b36a374cef10757d16a0c4057ec..fd6afe377ef69f31e400ec1b5aa5a9eebbede8ed 100644 (file)
@@ -311,7 +311,8 @@ 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:
+a non-REMAP'ed `sv.ld`.  Pseudocode showing what actually occurs,
+where `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: