summaryrefslogtreecommitdiff
path: root/cheri/sail_latex/sailfnexecuteDSRLthreetwo.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latex/sailfnexecuteDSRLthreetwo.tex')
-rw-r--r--cheri/sail_latex/sailfnexecuteDSRLthreetwo.tex6
1 files changed, 0 insertions, 6 deletions
diff --git a/cheri/sail_latex/sailfnexecuteDSRLthreetwo.tex b/cheri/sail_latex/sailfnexecuteDSRLthreetwo.tex
deleted file mode 100644
index 155fe058..00000000
--- a/cheri/sail_latex/sailfnexecuteDSRLthreetwo.tex
+++ /dev/null
@@ -1,6 +0,0 @@
-function clause #\hyperref[zexecute]{execute}# (#\hyperref[zDSRLthreetwo]{DSRL32}# (rt, rd, sa)) =
- {
- temp = #\hyperref[zrGPR]{rGPR}#(rt);
- sa32 = 0b1 @ sa; /* sa+32 */
- #\hyperref[zwGPR]{wGPR}#(rd) = temp >> sa32;
- }