From 037fd1cd629de245574e6f30f1dbcf76c8ad665d Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 27 Apr 2022 16:11:48 +0100 Subject: [PATCH] --- openpower/sv/biginteger/analysis.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openpower/sv/biginteger/analysis.mdwn b/openpower/sv/biginteger/analysis.mdwn index c846fc9e0..55e7ad6c8 100644 --- a/openpower/sv/biginteger/analysis.mdwn +++ b/openpower/sv/biginteger/analysis.mdwn @@ -149,6 +149,8 @@ operations may be used, or, if the shift amount is static, to reference an alternate starting point in the registers containing the Vector elements because SVP64 sits on top of a standard Scalar register file. +`sv.sld r16.v, r26.v, t1` for example is equivalent to shifting +by an extra 64 bits. # Vector Multiply -- 2.30.2