From: Jacob Lifshay Date: Fri, 23 Sep 2022 03:22:45 +0000 (-0700) Subject: fix maddld pseudo-code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d835e6024d47027d71b8f924f9d90be2f7261065;p=openpower-isa.git fix maddld pseudo-code --- diff --git a/openpower/isa/fixedarith.mdwn b/openpower/isa/fixedarith.mdwn index 46f63529..4044ded9 100644 --- a/openpower/isa/fixedarith.mdwn +++ b/openpower/isa/fixedarith.mdwn @@ -651,7 +651,7 @@ Pseudo-code: prod[0:(XLEN*2)-1] <- MULS((RA), (RB)) sum[0:(XLEN*2)-1] <- prod + EXTS(RC) - RT <- sum[(XLEN*2):(XLEN*2)-1] + RT <- sum[XLEN:(XLEN*2)-1] Special Registers Altered: