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