From d835e6024d47027d71b8f924f9d90be2f7261065 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 22 Sep 2022 20:22:45 -0700 Subject: [PATCH] fix maddld pseudo-code --- openpower/isa/fixedarith.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2