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