summaryrefslogtreecommitdiff
path: root/cheri/sail_latex/sailfnexecuteSRA.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latex/sailfnexecuteSRA.tex')
-rw-r--r--cheri/sail_latex/sailfnexecuteSRA.tex10
1 files changed, 0 insertions, 10 deletions
diff --git a/cheri/sail_latex/sailfnexecuteSRA.tex b/cheri/sail_latex/sailfnexecuteSRA.tex
deleted file mode 100644
index 3d881120..00000000
--- a/cheri/sail_latex/sailfnexecuteSRA.tex
+++ /dev/null
@@ -1,10 +0,0 @@
-function clause #\hyperref[zexecute]{execute}# (#\hyperref[zSRA]{SRA}#(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 >>_s sa);
- }
- }