summaryrefslogtreecommitdiff
path: root/cheri/sail_latexcc/sailccfncapStructToMemBitsonetwoeight.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latexcc/sailccfncapStructToMemBitsonetwoeight.tex')
-rw-r--r--cheri/sail_latexcc/sailccfncapStructToMemBitsonetwoeight.tex12
1 files changed, 0 insertions, 12 deletions
diff --git a/cheri/sail_latexcc/sailccfncapStructToMemBitsonetwoeight.tex b/cheri/sail_latexcc/sailccfncapStructToMemBitsonetwoeight.tex
deleted file mode 100644
index 08da637f..00000000
--- a/cheri/sail_latexcc/sailccfncapStructToMemBitsonetwoeight.tex
+++ /dev/null
@@ -1,12 +0,0 @@
-function #\hyperref[zcapStructToMemBitsonetwoeight]{capStructToMemBits128}#(cap) : CapStruct -> #\hyperref[zbits]{bits}#(128) =
- let b : #\hyperref[zbits]{bits}#(20) = if cap.sealed then (cap.B)[19..12] @ (cap.otype)[23..12] else cap.B in
- let t : #\hyperref[zbits]{bits}#(20) = if cap.sealed then (cap.T)[19..12] @ (cap.otype)[11..0] else cap.T in
- ( cap.uperms
- @ #\hyperref[zgetCapHardPerms]{getCapHardPerms}#(cap)
- @ cap.reserved
- @ cap.E
- @ cap.sealed
- @ b
- @ t
- @ cap.address
- )