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