Recognizer of RV64E states.
(stat-rv64e-p x) → yes/no
Function:
(defun stat-rv64e-p (x) (declare (xargs :guard t)) (let ((__function__ 'stat-rv64e-p)) (declare (ignorable __function__)) (and (statp x) (stat-validp x (feat-rv64e)))))
Theorem:
(defthm booleanp-of-stat-rv64e-p (b* ((yes/no (stat-rv64e-p x))) (booleanp yes/no)) :rule-classes :rewrite)