projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b224843
)
clean up bigint instruction naming
author
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 29 Sep 2022 02:33:00 +0000
(19:33 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 29 Sep 2022 02:49:38 +0000
(19:49 -0700)
openpower/isa/svfixedarith.mdwn
patch
|
blob
|
history
diff --git
a/openpower/isa/svfixedarith.mdwn
b/openpower/isa/svfixedarith.mdwn
index c74c7c46abd6cfc45e456034dd9fc315c96c632a..b096a459dd87b56011a488fd2291b4e1e74c0283 100644
(file)
--- a/
openpower/isa/svfixedarith.mdwn
+++ b/
openpower/isa/svfixedarith.mdwn
@@
-1,4
+1,4
@@
-# [DRAFT]
Twin Multiply and Ad
d Doubleword
+# [DRAFT]
Multiply and Add Extende
d Doubleword
VA-Form
@@
-18,11
+18,11
@@
Special Registers Altered:
None
-# [DRAFT]
Twin Divide/Modulo Qua
d Unsigned
+# [DRAFT]
Divide/Modulo Double-width Doublewor
d Unsigned
VA-Form
-* div
mod
2du RT,RA,RB,RC
+* div
rem
2du RT,RA,RB,RC
Pseudo-code:
@@
-46,11
+46,11
@@
Special Registers Altered:
None
-# [DRAFT]
Twin (Quad) Left Shi
ft Doubleword
+# [DRAFT]
Double-width Shift Le
ft Doubleword
Z23-Form
-* dsld RT,RA,RB,sm (Rc=0)
+* dsld
RT,RA,RB,sm (Rc=0)
* dsld. RT,RA,RB,sm (Rc=1)
Pseudo-code: