From: Jacob Lifshay Date: Tue, 3 May 2022 08:05:58 +0000 (-0700) Subject: fix syntax error X-Git-Tag: sv_maxu_works-initial~451 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4e181c8e868230e930292df33f9985c3bb78e30c;p=openpower-isa.git fix syntax error --- diff --git a/openpower/isa/svfixedarith.mdwn b/openpower/isa/svfixedarith.mdwn index cd2b320a..7dc9de5e 100644 --- a/openpower/isa/svfixedarith.mdwn +++ b/openpower/isa/svfixedarith.mdwn @@ -6,9 +6,9 @@ VA-Form Pseudo-code: - - - + # SVP64: RA,RB,RC,RT have EXTRA2, RS as below + # bit 8 of EXTRA is clear: RS.[s|v]=RT.[s|v]+VL + # bit 8 of EXTRA is set : RS.[s|v]=RC.[s|v] prod[0:127] <- (RA) * (RB) sum[0:127] <- EXTZ(RC) + prod RT <- sum[64:127] @@ -26,9 +26,9 @@ VA-Form Pseudo-code: - - - + # SVP64: RA,RB,RC,RT have EXTRA2, RS as below + # bit 8 of EXTRA is clear: RS.[s|v]=RT.[s|v]+VL + # bit 8 of EXTRA is set : RS.[s|v]=RC.[s|v] if ((RC)