Get the xregs field from a stat32i.
This is an ordinary field accessor created by fty::defprod.
Function:
(defun stat32i->xregs$inline (x) (declare (xargs :guard (stat32ip x))) (declare (xargs :guard t)) (let ((__function__ 'stat32i->xregs)) (declare (ignorable __function__)) (mbe :logic (b* ((x (and t x))) (xregs32i-fix (cdr (std::da-nth 0 x)))) :exec (cdr (std::da-nth 0 x)))))
Theorem:
(defthm xregs32ip-of-stat32i->xregs (b* ((xregs (stat32i->xregs$inline x))) (xregs32ip xregs)) :rule-classes :rewrite)
Theorem:
(defthm stat32i->xregs$inline-of-stat32i-fix-x (equal (stat32i->xregs$inline (stat32i-fix x)) (stat32i->xregs$inline x)))
Theorem:
(defthm stat32i->xregs$inline-stat32i-equiv-congruence-on-x (implies (stat32i-equiv x x-equiv) (equal (stat32i->xregs$inline x) (stat32i->xregs$inline x-equiv))) :rule-classes :congruence)