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