Recognizer for xcr0bits bit structures.
(xcr0bits-p x) → *
Function:
(defun xcr0bits-p$inline (x) (declare (xargs :guard t)) (mbe :logic (unsigned-byte-p 64 x) :exec (and (natp x) (< x 18446744073709551616))))
Theorem:
(defthm xcr0bits-p-when-unsigned-byte-p (implies (unsigned-byte-p 64 x) (xcr0bits-p x)))
Theorem:
(defthm unsigned-byte-p-when-xcr0bits-p (implies (xcr0bits-p x) (unsigned-byte-p 64 x)))
Theorem:
(defthm xcr0bits-p-compound-recognizer (implies (xcr0bits-p x) (natp x)) :rule-classes :compound-recognizer)