(syscall-close fd x86) → (mv * x86)
Function:
(defun syscall-close$notinline (fd x86) (declare (xargs :stobjs (x86))) (declare (ignorable fd x86)) (declare (xargs :guard (integerp fd))) (let ((__function__ 'syscall-close)) (declare (ignorable __function__)) (syscall-close-logic fd x86)))
Theorem:
(defthm integerp-mv-nth-0-syscall-close (integerp (mv-nth 0 (syscall-close fd x86))) :rule-classes :type-prescription)
Theorem:
(defthm x86p-mv-nth-1-syscall-close (implies (and (x86p x86) (integerp fd)) (x86p (mv-nth 1 (syscall-close fd x86)))))