(wiml08 lin-addr val x86) → (mv * x86)
Function:
(defun wiml08 (lin-addr val x86) (declare (xargs :stobjs (x86))) (declare (type (signed-byte 48) lin-addr) (type (signed-byte 8) val)) (declare (xargs :guard (canonical-address-p lin-addr))) (let ((__function__ 'wiml08)) (declare (ignorable __function__)) (wml08 lin-addr (the (unsigned-byte 8) (n08 val)) x86)))
Theorem:
(defthm x86p-wiml08 (implies (force (x86p x86)) (x86p (mv-nth 1 (wiml08 lin-addr val x86)))) :rule-classes (:rewrite :type-prescription))