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