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