From: Luke Kenneth Casson Leighton Date: Wed, 27 Apr 2022 12:52:32 +0000 (+0100) Subject: whoops should be in openpower-isa (as an overlay) X-Git-Tag: opf_rfc_ls005_v1~2561 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bb100f0b7583d8bbffded190b3576385658e0ee1;p=libreriscv.git whoops should be in openpower-isa (as an overlay) --- 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)