projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e9be8c
)
(no commit message)
author
lkcl
<lkcl@web>
Sun, 17 Apr 2022 10:23:00 +0000
(11:23 +0100)
committer
IkiWiki
<ikiwiki.info>
Sun, 17 Apr 2022 10:23:00 +0000
(11:23 +0100)
openpower/isa/svfixedarith.mdwn
[new file with mode: 0644]
patch
|
blob
diff --git a/openpower/isa/svfixedarith.mdwn
b/openpower/isa/svfixedarith.mdwn
new file mode 100644
(file)
index 0000000..
6588d8c
--- /dev/null
+++ b/
openpower/isa/svfixedarith.mdwn
@@ -0,0
+1,14
@@
+# Multiply Twin Doubleword
+
+XO-Form
+
+* mulxd RT,RA,RB
+
+Pseudo-code:
+
+ prod[0:(XLEN*2)-1] <- MULS((RA), (RB))
+ RT <- prod[XLEN:(XLEN*2)-1]
+
+Special Registers Altered:
+
+ None