summaryrefslogtreecommitdiff
path: root/cheri/sail_latex/sailfnexecuteDADDI.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latex/sailfnexecuteDADDI.tex')
-rw-r--r--cheri/sail_latex/sailfnexecuteDADDI.tex10
1 files changed, 0 insertions, 10 deletions
diff --git a/cheri/sail_latex/sailfnexecuteDADDI.tex b/cheri/sail_latex/sailfnexecuteDADDI.tex
deleted file mode 100644
index c03260b8..00000000
--- a/cheri/sail_latex/sailfnexecuteDADDI.tex
+++ /dev/null
@@ -1,10 +0,0 @@
-function clause #\hyperref[zexecute]{execute}# (#\hyperref[zDADDI]{DADDI}# (rs, rt, imm)) =
- {
- let sum65 : #\hyperref[zbits]{bits}#(65) = #\hyperref[zsignzyextend]{sign\_extend}#(#\hyperref[zrGPR]{rGPR}#(rs)) + #\hyperref[zsignzyextend]{sign\_extend}#(imm) in
- {
- if (sum65[64] != sum65[63]) then
- (#\hyperref[zSignalException]{SignalException}#(Ov))
- else
- #\hyperref[zwGPR]{wGPR}#(rt) = sum65[63..0]
- }
- }