summaryrefslogtreecommitdiff
path: root/cheri/sail_latex/sailfnexecuteSLL.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latex/sailfnexecuteSLL.tex')
-rw-r--r--cheri/sail_latex/sailfnexecuteSLL.tex5
1 files changed, 0 insertions, 5 deletions
diff --git a/cheri/sail_latex/sailfnexecuteSLL.tex b/cheri/sail_latex/sailfnexecuteSLL.tex
deleted file mode 100644
index 31f5399a..00000000
--- a/cheri/sail_latex/sailfnexecuteSLL.tex
+++ /dev/null
@@ -1,5 +0,0 @@
-function clause #\hyperref[zexecute]{execute}# (#\hyperref[zSLL]{SLL}#(rt, rd, sa)) =
- {
- rt32 = #\hyperref[zrGPR]{rGPR}#(rt)[31..0];
- #\hyperref[zwGPR]{wGPR}#(rd) = #\hyperref[zsignzyextend]{sign\_extend}#(rt32 << sa);
- }