(i27 x) → *
Function: i27$inline
(defun i27$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (logext 27 x) :exec (fast-logext 27 x)))