From e3b6a974e0d24492f8629ab3357a739d10b7724b Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 21 Apr 2022 23:00:43 +0100 Subject: [PATCH] --- openpower/isa/svfixedarith.mdwn | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/openpower/isa/svfixedarith.mdwn b/openpower/isa/svfixedarith.mdwn index 32c8f09c3..bb0c798b2 100644 --- a/openpower/isa/svfixedarith.mdwn +++ b/openpower/isa/svfixedarith.mdwn @@ -15,21 +15,3 @@ Pseudo-code: Special Registers Altered: None - -# [DRAFT] Twin Multiply and Subtract Doubleword - -* msubed RT,RA,RB,RC - -Pseudocode: - - - - - prod[0:127] <- (RA) * (RB) - sub[0:127] <- EXTZ(RC) - prod - RT <- sub[64:127] - RS <- sub[0:63] - -Special Registers Altered: - - None -- 2.30.2