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