(n12 x) → *
Function: n12$inline
(defun n12$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (loghead 12 x) :exec (logand 4095 x)))