From 2f6ac3880b13b0d7bb3abff136aeb9cd8952f229 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 20 Aug 2022 15:48:03 +0100 Subject: [PATCH] --- openpower/sv/ldst.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openpower/sv/ldst.mdwn b/openpower/sv/ldst.mdwn index 3909949d6..fd6afe377 100644 --- a/openpower/sv/ldst.mdwn +++ b/openpower/sv/ldst.mdwn @@ -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: -- 2.30.2