Access the |X86ISA|::|RES3| field of a call-gate-descriptorbits bit structure.
(call-gate-descriptorbits->res3 x) → res3
Function:
(defun call-gate-descriptorbits->res3$inline (x) (declare (xargs :guard (call-gate-descriptorbits-p x))) (mbe :logic (let ((x (call-gate-descriptorbits-fix x))) (part-select x :low 109 :width 19)) :exec (the (unsigned-byte 19) (logand (the (unsigned-byte 19) 524287) (the (unsigned-byte 19) (ash (the (unsigned-byte 128) x) -109))))))
Theorem:
(defthm 19bits-p-of-call-gate-descriptorbits->res3 (b* ((res3 (call-gate-descriptorbits->res3$inline x))) (19bits-p res3)) :rule-classes :rewrite)
Theorem:
(defthm call-gate-descriptorbits->res3$inline-of-call-gate-descriptorbits-fix-x (equal (call-gate-descriptorbits->res3$inline (call-gate-descriptorbits-fix x)) (call-gate-descriptorbits->res3$inline x)))
Theorem:
(defthm call-gate-descriptorbits->res3$inline-call-gate-descriptorbits-equiv-congruence-on-x (implies (call-gate-descriptorbits-equiv x x-equiv) (equal (call-gate-descriptorbits->res3$inline x) (call-gate-descriptorbits->res3$inline x-equiv))) :rule-classes :congruence)
Theorem:
(defthm call-gate-descriptorbits->res3-of-call-gate-descriptorbits (equal (call-gate-descriptorbits->res3 (call-gate-descriptorbits offset15-0 selector res1 type s dpl p offset31-16 offset63-32 res2 all-zeroes? res3)) (19bits-fix res3)))
Theorem:
(defthm call-gate-descriptorbits->res3-of-write-with-mask (implies (and (fty::bitstruct-read-over-write-hyps x call-gate-descriptorbits-equiv-under-mask) (call-gate-descriptorbits-equiv-under-mask x y fty::mask) (equal (logand (lognot fty::mask) 340281717883831146609921041119727058944) 0)) (equal (call-gate-descriptorbits->res3 x) (call-gate-descriptorbits->res3 y))))