From: lkcl Date: Sun, 17 Apr 2022 22:07:58 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~2744 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e9bfb0a7a88bf6a73b0b3be070d4c2e813f1f17f;p=libreriscv.git --- diff --git a/openpower/isa/svfixedarith.mdwn b/openpower/isa/svfixedarith.mdwn index 871852c2d..29af1d166 100644 --- a/openpower/isa/svfixedarith.mdwn +++ b/openpower/isa/svfixedarith.mdwn @@ -32,7 +32,7 @@ Special Registers Altered: # Twin Multiply and Subtract Doubleword -* msubx RT, RA, RB, RC +* msubx RT,RA,RB,RC Pseudocode: @@ -46,12 +46,20 @@ Special Registers Altered: None +# Twin Add Carry Subtract Doubleword -weirdaddx RT, RA, RB (RS=RT+VL for SVP64, RS=RT+1 for scalar) +* weirdaddx RT,RA,RB +Pseudocode: + +