(no commit message)
authorlkcl <lkcl@web>
Sun, 17 Apr 2022 10:23:00 +0000 (11:23 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 17 Apr 2022 10:23:00 +0000 (11:23 +0100)
openpower/isa/svfixedarith.mdwn [new file with mode: 0644]

diff --git a/openpower/isa/svfixedarith.mdwn b/openpower/isa/svfixedarith.mdwn
new file mode 100644 (file)
index 0000000..6588d8c
--- /dev/null
@@ -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