Semantic function corresponding to Intel's instructions unsupported
in the
(x86-step-unimplemented message x86) → x86
Note that the
Function:
(defun x86-step-unimplemented (message x86) (declare (xargs :stobjs (x86))) (declare (xargs :guard t)) (let ((__function__ 'x86-step-unimplemented)) (declare (ignorable __function__)) (b* ((ctx 'x86-step-unimplemented)) (!!ms-fresh :message message))))
Theorem:
(defthm x86p-of-x86-step-unimplemented (implies (x86p x86) (b* ((x86 (x86-step-unimplemented message x86))) (x86p x86))) :rule-classes :rewrite)