From 9206bc29a7329c2ba2c8332aa229b7f78711e9f1 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 21 Aug 2022 15:31:03 +0100 Subject: [PATCH] --- openpower/sv/ldst.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openpower/sv/ldst.mdwn b/openpower/sv/ldst.mdwn index d4baf3e0b..bf38b6632 100644 --- a/openpower/sv/ldst.mdwn +++ b/openpower/sv/ldst.mdwn @@ -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: -- 2.30.2