Recognizer for gdtr/idtrbits bit structures.
(gdtr/idtrbits-p x) → *
Function:
(defun gdtr/idtrbits-p (x) (declare (xargs :guard t)) (let ((__function__ 'gdtr/idtrbits-p)) (declare (ignorable __function__)) (mbe :logic (unsigned-byte-p 80 x) :exec (and (natp x) (< x 1208925819614629174706176)))))
Theorem:
(defthm gdtr/idtrbits-p-when-unsigned-byte-p (implies (unsigned-byte-p 80 x) (gdtr/idtrbits-p x)))
Theorem:
(defthm unsigned-byte-p-when-gdtr/idtrbits-p (implies (gdtr/idtrbits-p x) (unsigned-byte-p 80 x)))
Theorem:
(defthm gdtr/idtrbits-p-compound-recognizer (implies (gdtr/idtrbits-p x) (natp x)) :rule-classes :compound-recognizer)