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