projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c9fe81
)
working on fixing divde
author
Jacob Lifshay
<programmerjake@gmail.com>
Tue, 6 Oct 2020 02:51:40 +0000
(19:51 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Tue, 6 Oct 2020 02:51:40 +0000
(19:51 -0700)
openpower/isa/fixedarith.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/fixedarith.mdwn
b/openpower/isa/fixedarith.mdwn
index 7d0c1efe30840401b844a94fdc92126b847f9ef1..480db87fabeedbb7b2bad4e80df31998a5c98e28 100644
(file)
--- a/
openpower/isa/fixedarith.mdwn
+++ b/
openpower/isa/fixedarith.mdwn
@@
-719,7
+719,7
@@
Pseudo-code:
overflow <- 1
else
result <- DIVS(dividend, divisor)
- if result[0:6
4
] = 0x0000_0000_0000_0000 then
+ if result[0:6
3
] = 0x0000_0000_0000_0000 then
RT <- result[0:63]
overflow <- 0
else