Returns
(vex-prefixes-byte0-p vex-prefixes) → ok
Function:
(defun vex-prefixes-byte0-p$inline (vex-prefixes) (declare (xargs :guard (vex-prefixes-p vex-prefixes))) (let ((byte0 (vex-prefixes->byte0 vex-prefixes))) (or (equal byte0 197) (equal byte0 196))))
Theorem:
(defthm booleanp-of-vex-prefixes-byte0-p (b* ((ok (vex-prefixes-byte0-p$inline vex-prefixes))) (booleanp ok)) :rule-classes :rewrite)