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