Features for RV64I, with big endian memory.
(feat-rv64i-be) → feat
Function:
(defun feat-rv64i-be nil (declare (xargs :guard t)) (let ((__function__ 'feat-rv64i-be)) (declare (ignorable __function__)) (make-feat :base (feat-base-rv64i) :endian (feat-endian-big) :m nil)))
Theorem:
(defthm featp-of-feat-rv64i-be (b* ((feat (feat-rv64i-be))) (featp feat)) :rule-classes :rewrite)