From e089a158c7e664b0881161fb70aa6e4c72c6e372 Mon Sep 17 00:00:00 2001 From: lkcl Date: Tue, 6 Sep 2022 03:16:48 +0100 Subject: [PATCH] --- openpower/sv/remap.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpower/sv/remap.mdwn b/openpower/sv/remap.mdwn index 200551d01..36dd38a15 100644 --- a/openpower/sv/remap.mdwn +++ b/openpower/sv/remap.mdwn @@ -91,7 +91,7 @@ Only the most commonly-used algorithms in computer science have REMAP support, due to the high cost in both the ISA and in hardware. For arbitrary remapping the `Indexed` REMAP may be used. -# Executive Summary Usage +# Example Usage * `svshape` to set the type of reordering to be applied to an otherwise usual `0..VL-1` hardware for-loop @@ -107,7 +107,7 @@ a 5x4 result: svshape 5, 4, 3, 0, 0 svremap 15, 1, 2, 3, 0, 0, 0, 0 - sv.fmadds 0.v, 8.v, 16.v, 0.v + sv.fmadds *0, *8, *16, *0 * svshape sets up the four SVSHAPE SPRS for a Matrix Schedule * svremap activates four out of five registers RA RB RC RT RS (15) -- 2.30.2