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