summaryrefslogtreecommitdiff
path: root/cheri/sail_latex/sailfnexecuteAND.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latex/sailfnexecuteAND.tex')
-rw-r--r--cheri/sail_latex/sailfnexecuteAND.tex4
1 files changed, 0 insertions, 4 deletions
diff --git a/cheri/sail_latex/sailfnexecuteAND.tex b/cheri/sail_latex/sailfnexecuteAND.tex
deleted file mode 100644
index f24435e8..00000000
--- a/cheri/sail_latex/sailfnexecuteAND.tex
+++ /dev/null
@@ -1,4 +0,0 @@
-function clause #\hyperref[zexecute]{execute}# (#\hyperref[zAND]{AND}# (rs, rt, rd)) =
- {
- #\hyperref[zwGPR]{wGPR}#(rd) = (#\hyperref[zrGPR]{rGPR}#(rs) & #\hyperref[zrGPR]{rGPR}#(rt))
- }