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