projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c50f28e
)
fix typo
author
Jacob Lifshay
<programmerjake@gmail.com>
Fri, 9 Oct 2020 23:28:09 +0000
(16:28 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Fri, 9 Oct 2020 23:28:09 +0000
(16:28 -0700)
openpower/isa/fixedarith.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/fixedarith.mdwn
b/openpower/isa/fixedarith.mdwn
index dc1354b376080ad112bdd8a8509cb630cf0a22d5..9fd56d5db26de19046705ab479922646bd40f286 100644
(file)
--- a/
openpower/isa/fixedarith.mdwn
+++ b/
openpower/isa/fixedarith.mdwn
@@
-367,7
+367,7
@@
Pseudo-code:
prod[0:63] <- (RA)[32:63] * (RB)[32:63]
RT[32:63] <- prod[0:31]
- RT[0:31] <- un
sig
ned(prod[0:31])
+ RT[0:31] <- un
defi
ned(prod[0:31])
Special Registers Altered: