Access the |ACL2|::|A| field of a ia32e-pml4ebits bit structure.
(ia32e-pml4ebits->a x) → a
Function:
(defun ia32e-pml4ebits->a$inline (x) (declare (xargs :guard (ia32e-pml4ebits-p x))) (mbe :logic (let ((x (ia32e-pml4ebits-fix x))) (part-select x :low 5 :width 1)) :exec (the (unsigned-byte 1) (logand (the (unsigned-byte 1) 1) (the (unsigned-byte 59) (ash (the (unsigned-byte 64) x) -5))))))
Theorem:
(defthm bitp-of-ia32e-pml4ebits->a (b* ((a (ia32e-pml4ebits->a$inline x))) (bitp a)) :rule-classes :rewrite)
Theorem:
(defthm ia32e-pml4ebits->a$inline-of-ia32e-pml4ebits-fix-x (equal (ia32e-pml4ebits->a$inline (ia32e-pml4ebits-fix x)) (ia32e-pml4ebits->a$inline x)))
Theorem:
(defthm ia32e-pml4ebits->a$inline-ia32e-pml4ebits-equiv-congruence-on-x (implies (ia32e-pml4ebits-equiv x x-equiv) (equal (ia32e-pml4ebits->a$inline x) (ia32e-pml4ebits->a$inline x-equiv))) :rule-classes :congruence)
Theorem:
(defthm ia32e-pml4ebits->a-of-ia32e-pml4ebits (equal (ia32e-pml4ebits->a (ia32e-pml4ebits p r/w u/s pwt pcd a res1 ps res2 pdpt res3 xd)) (bfix a)))
Theorem:
(defthm ia32e-pml4ebits->a-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) 32) 0)) (equal (ia32e-pml4ebits->a x) (ia32e-pml4ebits->a y))))