(n11 x) → *
Function: n11$inline
(defun n11$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (loghead 11 x) :exec (logand 2047 x)))