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