projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2975e69
)
(no commit message)
author
lkcl
<lkcl@web>
Tue, 19 Apr 2022 12:07:43 +0000
(13:07 +0100)
committer
IkiWiki
<ikiwiki.info>
Tue, 19 Apr 2022 12:07:43 +0000
(13:07 +0100)
openpower/isa/svfixedarith.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/svfixedarith.mdwn
b/openpower/isa/svfixedarith.mdwn
index 23fad040271767e9df2c68dd4a7c72a80467f733..e51e292b24c49b64ab2d4640a05bcadf30b19d5d 100644
(file)
--- a/
openpower/isa/svfixedarith.mdwn
+++ b/
openpower/isa/svfixedarith.mdwn
@@
-30,6
+30,17
@@
Special Registers Altered:
None
+# Twin Multiply and Add Doubleword
+
+<!-- SVP64: RC-as-source and RC-as-dest have separate EXTRA2 -->
+<!-- RT, RA have EXTRA2 marking. RB is always scalar (r0-31) -->
+* maddx RT,RA,RB,RC
+
+ prod[0:127] <- (RA) * (RB)
+ sum[0:127] <- EXTZ(RC) + prod
+ RT <- sum[64:127]
+ RC <- sum[0:63]
+
# Twin Multiply and Subtract Doubleword
* msubx RT,RA,RB,RC