From: Jacob Lifshay Date: Thu, 29 Sep 2022 02:33:00 +0000 (-0700) Subject: clean up bigint instruction naming X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=075da17cec89b6c57aeb57543fbae879b2fcf08c;p=openpower-isa.git clean up bigint instruction naming --- diff --git a/openpower/isa/svfixedarith.mdwn b/openpower/isa/svfixedarith.mdwn index c74c7c46..b096a459 100644 --- a/openpower/isa/svfixedarith.mdwn +++ b/openpower/isa/svfixedarith.mdwn @@ -1,4 +1,4 @@ -# [DRAFT] Twin Multiply and Add Doubleword +# [DRAFT] Multiply and Add Extended Doubleword VA-Form @@ -18,11 +18,11 @@ Special Registers Altered: None -# [DRAFT] Twin Divide/Modulo Quad Unsigned +# [DRAFT] Divide/Modulo Double-width Doubleword Unsigned VA-Form -* divmod2du RT,RA,RB,RC +* divrem2du RT,RA,RB,RC Pseudo-code: @@ -46,11 +46,11 @@ Special Registers Altered: None -# [DRAFT] Twin (Quad) Left Shift Doubleword +# [DRAFT] Double-width Shift Left Doubleword Z23-Form -* dsld RT,RA,RB,sm (Rc=0) +* dsld RT,RA,RB,sm (Rc=0) * dsld. RT,RA,RB,sm (Rc=1) Pseudo-code: