(n09 x) → *
Function: n09$inline
(defun n09$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (loghead 9 x) :exec (logand 511 x)))