summaryrefslogtreecommitdiff
path: root/cheri/sail_latex/sailfnexecuteADDIU.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latex/sailfnexecuteADDIU.tex')
-rw-r--r--cheri/sail_latex/sailfnexecuteADDIU.tex8
1 files changed, 0 insertions, 8 deletions
diff --git a/cheri/sail_latex/sailfnexecuteADDIU.tex b/cheri/sail_latex/sailfnexecuteADDIU.tex
deleted file mode 100644
index 5be7b646..00000000
--- a/cheri/sail_latex/sailfnexecuteADDIU.tex
+++ /dev/null
@@ -1,8 +0,0 @@
-function clause #\hyperref[zexecute]{execute}# (#\hyperref[zADDIU]{ADDIU}#(rs, rt, imm)) =
- {
- opA = #\hyperref[zrGPR]{rGPR}#(rs);
- if #\hyperref[zNotWordVal]{NotWordVal}#(opA) then
- #\hyperref[zwGPR]{wGPR}#(rt) = undefined /* XXX could exit instead */
- else
- #\hyperref[zwGPR]{wGPR}#(rt) = #\hyperref[zsignzyextend]{sign\_extend}#((opA[31 .. 0]) + #\hyperref[zsignzyextend]{sign\_extend}#(imm))
- }