From bb100f0b7583d8bbffded190b3576385658e0ee1 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 27 Apr 2022 13:52:32 +0100 Subject: [PATCH] whoops should be in openpower-isa (as an overlay) --- openpower/isa/svfixedarith.mdwn | 47 --------------------------------- openpower/sv/biginteger.mdwn | 21 ++++++++------- 2 files changed, 12 insertions(+), 56 deletions(-) delete mode 100644 openpower/isa/svfixedarith.mdwn diff --git a/openpower/isa/svfixedarith.mdwn b/openpower/isa/svfixedarith.mdwn deleted file mode 100644 index ebef59cea..000000000 --- a/openpower/isa/svfixedarith.mdwn +++ /dev/null @@ -1,47 +0,0 @@ -# [DRAFT] Twin Multiply and Add Doubleword - -VA-Form - -* madded RT,RA,RB,RC - -Pseudo-code: - - - - - prod[0:127] <- (RA) * (RB) - sum[0:127] <- EXTZ(RC) + prod - RT <- sum[64:127] - RS <- sum[0:63] - -Special Registers Altered: - - None - -# [DRAFT] Twin Divide Quad Unsigned - -VA-Form - -* divmod2du RT,RA,RB,RC - -Pseudo-code: - - - - - if ((RA)