(n28 x) → *
Function: n28$inline
(defun n28$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (loghead 28 x) :exec (logand 268435455 x)))