projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f538043
)
(no commit message)
author
lkcl
<lkcl@web>
Mon, 25 Apr 2022 11:12:55 +0000
(12:12 +0100)
committer
IkiWiki
<ikiwiki.info>
Mon, 25 Apr 2022 11:12:55 +0000
(12:12 +0100)
openpower/sv/biginteger/analysis.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/biginteger/analysis.mdwn
b/openpower/sv/biginteger/analysis.mdwn
index fb1184c8f9a30663a88b4519fc78b690910ba788..e5723d02a679311ebf92df4c78ae0129f3696be0 100644
(file)
--- a/
openpower/sv/biginteger/analysis.mdwn
+++ b/
openpower/sv/biginteger/analysis.mdwn
@@
-394,8
+394,8
@@
the remainder.
`divrem2du RT,RA,RB,RC`
- divi
sor
= (RC) || (RB)
- divi
dend
= EXTZ128(RA)
+ divi
dend
= (RC) || (RB)
+ divi
sor
= EXTZ128(RA)
RT = UDIV(dividend, divisor)
RS = UREM(dividend, divisor)