Access the |X86ISA|::|RES1| field of a ia32e-pml4ebits bit structure.
(ia32e-pml4ebits->res1 x) → res1
Function:
(defun ia32e-pml4ebits->res1$inline (x) (declare (xargs :guard (ia32e-pml4ebits-p x))) (mbe :logic (let ((x (ia32e-pml4ebits-fix x))) (part-select x :low 6 :width 1)) :exec (the (unsigned-byte 1) (logand (the (unsigned-byte 1) 1) (the (unsigned-byte 58) (ash (the (unsigned-byte 64) x) -6))))))
Theorem:
(defthm bitp-of-ia32e-pml4ebits->res1 (b* ((res1 (ia32e-pml4ebits->res1$inline x))) (bitp res1)) :rule-classes :rewrite)
Theorem:
(defthm ia32e-pml4ebits->res1$inline-of-ia32e-pml4ebits-fix-x (equal (ia32e-pml4ebits->res1$inline (ia32e-pml4ebits-fix x)) (ia32e-pml4ebits->res1$inline x)))
Theorem:
(defthm ia32e-pml4ebits->res1$inline-ia32e-pml4ebits-equiv-congruence-on-x (implies (ia32e-pml4ebits-equiv x x-equiv) (equal (ia32e-pml4ebits->res1$inline x) (ia32e-pml4ebits->res1$inline x-equiv))) :rule-classes :congruence)
Theorem:
(defthm ia32e-pml4ebits->res1-of-ia32e-pml4ebits (equal (ia32e-pml4ebits->res1 (ia32e-pml4ebits p r/w u/s pwt pcd a res1 ps res2 pdpt res3 xd)) (bfix res1)))
Theorem:
(defthm ia32e-pml4ebits->res1-of-write-with-mask (implies (and (fty::bitstruct-read-over-write-hyps x ia32e-pml4ebits-equiv-under-mask) (ia32e-pml4ebits-equiv-under-mask x y fty::mask) (equal (logand (lognot fty::mask) 64) 0)) (equal (ia32e-pml4ebits->res1 x) (ia32e-pml4ebits->res1 y))))