From 075da17cec89b6c57aeb57543fbae879b2fcf08c Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Wed, 28 Sep 2022 19:33:00 -0700 Subject: [PATCH] clean up bigint instruction naming --- openpower/isa/svfixedarith.mdwn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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: -- 2.30.2