summaryrefslogtreecommitdiff
path: root/cheri/sail_latex/sailfnexecuteDMULTU.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latex/sailfnexecuteDMULTU.tex')
-rw-r--r--cheri/sail_latex/sailfnexecuteDMULTU.tex6
1 files changed, 0 insertions, 6 deletions
diff --git a/cheri/sail_latex/sailfnexecuteDMULTU.tex b/cheri/sail_latex/sailfnexecuteDMULTU.tex
deleted file mode 100644
index cb23f01f..00000000
--- a/cheri/sail_latex/sailfnexecuteDMULTU.tex
+++ /dev/null
@@ -1,6 +0,0 @@
-function clause #\hyperref[zexecute]{execute}# (#\hyperref[zDMULTU]{DMULTU}#(rs, rt)) =
- {
- result = #\hyperref[zrGPR]{rGPR}#(rs) *_u #\hyperref[zrGPR]{rGPR}#(rt);
- HI = (result[127..64]);
- LO = (result[63..0]);
- }