(no commit message)
authorlkcl <lkcl@web>
Mon, 25 Apr 2022 11:12:55 +0000 (12:12 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 25 Apr 2022 11:12:55 +0000 (12:12 +0100)
openpower/sv/biginteger/analysis.mdwn

index fb1184c8f9a30663a88b4519fc78b690910ba788..e5723d02a679311ebf92df4c78ae0129f3696be0 100644 (file)
@@ -394,8 +394,8 @@ the remainder.
 
 `divrem2du RT,RA,RB,RC`
 
-     divisor = (RC) || (RB)
-     dividend = EXTZ128(RA) 
+     dividend = (RC) || (RB)
+     divisor = EXTZ128(RA) 
      RT = UDIV(dividend, divisor)
      RS = UREM(dividend, divisor)