summaryrefslogtreecommitdiff
path: root/cheri/sail_latex/sailfnexecuteSRL.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latex/sailfnexecuteSRL.tex')
-rw-r--r--cheri/sail_latex/sailfnexecuteSRL.tex10
1 files changed, 0 insertions, 10 deletions
diff --git a/cheri/sail_latex/sailfnexecuteSRL.tex b/cheri/sail_latex/sailfnexecuteSRL.tex
deleted file mode 100644
index 961ea82f..00000000
--- a/cheri/sail_latex/sailfnexecuteSRL.tex
+++ /dev/null
@@ -1,10 +0,0 @@
-function clause #\hyperref[zexecute]{execute}# (#\hyperref[zSRL]{SRL}#(rt, rd, sa)) =
- {
- temp = #\hyperref[zrGPR]{rGPR}#(rt);
- if (#\hyperref[zNotWordVal]{NotWordVal}#(temp)) then
- #\hyperref[zwGPR]{wGPR}#(rd) = undefined
- else {
- rt32 = temp[31..0];
- #\hyperref[zwGPR]{wGPR}#(rd) = #\hyperref[zsignzyextend]{sign\_extend}#(rt32 >> sa);
- }
- }