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