From: lkcl Date: Mon, 25 Apr 2022 11:12:55 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~2599 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=220acc4be45eba8aac0519f063b1c8c256c4e0b6;p=libreriscv.git --- diff --git a/openpower/sv/biginteger/analysis.mdwn b/openpower/sv/biginteger/analysis.mdwn index fb1184c8f..e5723d02a 100644 --- a/openpower/sv/biginteger/analysis.mdwn +++ b/openpower/sv/biginteger/analysis.mdwn @@ -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)