(n22 x) → *
Function: n22$inline
(defun n22$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (loghead 22 x) :exec (logand 4194303 x)))