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