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