summaryrefslogtreecommitdiff
path: root/cheri/sail_latex/sailfnexecuteSLTI.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latex/sailfnexecuteSLTI.tex')
-rw-r--r--cheri/sail_latex/sailfnexecuteSLTI.tex6
1 files changed, 0 insertions, 6 deletions
diff --git a/cheri/sail_latex/sailfnexecuteSLTI.tex b/cheri/sail_latex/sailfnexecuteSLTI.tex
deleted file mode 100644
index 32582b6f..00000000
--- a/cheri/sail_latex/sailfnexecuteSLTI.tex
+++ /dev/null
@@ -1,6 +0,0 @@
-function clause #\hyperref[zexecute]{execute}# (#\hyperref[zSLTI]{SLTI}#(rs, rt, imm)) =
- {
- let imm_val = #\hyperref[zsigned]{signed}#(imm) in
- let rs_val = #\hyperref[zsigned]{signed}#(#\hyperref[zrGPR]{rGPR}#(rs)) in
- #\hyperref[zwGPR]{wGPR}#(rt) = #\hyperref[zzzerozyextend]{zero\_extend}#(if (rs_val < imm_val) then 0b1 else 0b0)
- }